We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c397b commit 5bb13e4Copy full SHA for 5bb13e4
.travis.yml
@@ -26,11 +26,11 @@ before_script: # configure a headless display to test plot generation
26
# command to install dependencies
27
install:
28
- pip install -r requirements.txt
29
- - pip install flake8 pytest
+ - pip install flake8 pytest pytest-cov
30
- pip install .
31
# command to run tests + check syntax style
32
script:
33
- python setup.py develop
34
- flake8 examples/ ot/ test/
35
- - python -m pytest -v test/
+ - python -m pytest -v test/ --cov=ot
36
# - py.test ot test
0 commit comments