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 42a501c commit fea0c38Copy full SHA for fea0c38
.travis.yml
@@ -26,7 +26,7 @@ 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 pytest-cov
+ - pip install flake8 pytest "pytest-cov<2.6"
30
- pip install .
31
# command to run tests + check syntax style
32
script:
0 commit comments