summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-03-11 10:51:10 +0100
committerRémi Flamary <remi.flamary@gmail.com>2019-03-11 10:51:10 +0100
commitfea0c38c4260788c0359547f7caf75a3d92a2b42 (patch)
treefc0383786c3b997a1c205749018cfc52114fc2fd /.travis.yml
parent42a501c5d839c010bbfa3a4440b43cb4f9775fc7 (diff)
pytest-cov workaronud
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 90a0ff4..50ff22c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_script: # configure a headless display to test plot generation
# command to install dependencies
install:
- pip install -r requirements.txt
- - pip install flake8 pytest pytest-cov
+ - pip install flake8 pytest "pytest-cov<2.6"
- pip install .
# command to run tests + check syntax style
script: