Commit 566fd915 by dorp

pytest debugging

parent 7328ba72
......@@ -6,7 +6,8 @@ python:
install:
- "pip install git+https://github.com/fkie-cad/common_helper_files.git"
- "pip install ."
- "pip install pytest>=3.6"
- "pip install -U pytest"
- "py.test --version"
- "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