Commit 7ae87cc5 by dorp

fixed travis yml problem

parent 5c29112d
......@@ -3,8 +3,9 @@ python:
- "3.5"
- "3.6"
# command to install dependencies
install:
- "python setup.py -q install"
install:
- "pip install git+https://github.com/fkie-cad/common_helper_files.git"
- "pip install ."
- "pip install pytest-pep8 pytest-cov codecov"
# command to run tests
script: "pytest --cov-config .coveragerc --cov=./"
......
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