Skip to content

Commit 72e9fc4

Browse files
committed
try to fix coverage
1 parent 3a06e63 commit 72e9fc4

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)