Skip to content

Commit 50ddc22

Browse files
authored
Merge pull request #403 from Carreau/fix-cov
Try to fix coverage
2 parents 3a06e63 + 72e9fc4 commit 50ddc22

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
@@ -9,7 +9,7 @@ python:
99
sudo: false
1010
install:
1111
- pip install --upgrade setuptools pip
12-
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
12+
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov 'coverage<5'
1313
script:
1414
- py.test --cov jupyter_client jupyter_client
1515
after_success:

0 commit comments

Comments
 (0)