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 5828261 commit cd9532cCopy full SHA for cd9532c
.travis.yml
@@ -9,7 +9,7 @@ python:
9
sudo: false
10
install:
11
- pip install --upgrade setuptools pip
12
- - pip install --upgrade --pre -e .[test] pytest-cov codecov 'coverage<5'
+ - pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
13
- pip freeze
14
script:
15
- py.test --cov jupyter_client jupyter_client
0 commit comments