Skip to content

Commit

Permalink
eager upgrade strategy
Browse files Browse the repository at this point in the history
otherwise, pip incorrectly determines that pytest has been satisfied even though it hasn't
  • Loading branch information
minrk committed Feb 14, 2019
1 parent 5828261 commit cd9532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
sudo: false
install:
- pip install --upgrade setuptools pip
- 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'
- pip freeze
script:
- py.test --cov jupyter_client jupyter_client
Expand Down

0 comments on commit cd9532c

Please sign in to comment.