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.
2 parents e206315 + cd9532c commit 3fbd4c6Copy full SHA for 3fbd4c6
.travis.yml
@@ -9,7 +9,8 @@ python:
9
sudo: false
10
install:
11
- pip install --upgrade setuptools pip
12
- - pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings 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
16
after_success:
0 commit comments