Commit 96e88c19 by dorp

added travis config

parent 2c68a220
dist: xenial
language: python
python:
- 3.5
- 3.6
install:
- python3 setup.py build
- python3 setup.py install
- pip3 install -r requirements-dev.txt
script:
- py.test --cov=./fact_helper_file
......@@ -39,7 +39,6 @@ with OperateInDirectory(str(MIME_DIR)):
)
if file_code != 0:
exit('Failed to properly compile magic file\n{}'.format(file_output))
print('!!!!! \n\n\n !!!!!!')
setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment