Commit 7328ba72 by dorp

more travis config changes

parent 7ae87cc5
...@@ -6,6 +6,7 @@ python: ...@@ -6,6 +6,7 @@ python:
install: install:
- "pip install git+https://github.com/fkie-cad/common_helper_files.git" - "pip install git+https://github.com/fkie-cad/common_helper_files.git"
- "pip install ." - "pip install ."
- "pip install pytest>=3.6"
- "pip install pytest-pep8 pytest-cov codecov" - "pip install pytest-pep8 pytest-cov codecov"
# command to run tests # command to run tests
script: "pytest --cov-config .coveragerc --cov=./" 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