Skip to content

Commit fea0c38

Browse files
committed
pytest-cov workaronud
1 parent 42a501c commit fea0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_script: # configure a headless display to test plot generation
2626
# command to install dependencies
2727
install:
2828
- pip install -r requirements.txt
29-
- pip install flake8 pytest pytest-cov
29+
- pip install flake8 pytest "pytest-cov<2.6"
3030
- pip install .
3131
# command to run tests + check syntax style
3232
script:

0 commit comments

Comments
 (0)