Skip to content

Commit cd9532c

Browse files
committed
eager upgrade strategy
otherwise, pip incorrectly determines that pytest has been satisfied even though it hasn't
1 parent 5828261 commit cd9532c

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 codecov 'coverage<5'
12+
- pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
1313
- pip freeze
1414
script:
1515
- py.test --cov jupyter_client jupyter_client

0 commit comments

Comments
 (0)