Skip to content

Commit

Permalink
manually backport pr #421
Browse files Browse the repository at this point in the history
set pip upgrade strategy to eager
  • Loading branch information
minrk committed Mar 5, 2019
1 parent 3e21fcd commit 077dc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "nightly"
- '3.6-dev'
- 3.6
- 3.5
- 3.4
- 3.3
Expand All @@ -15,7 +14,8 @@ install:
pip install pip==10.*
fi
- pip install --upgrade setuptools pip
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
- pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov pytest-warnings codecov
- pip freeze
script:
- py.test --cov jupyter_client jupyter_client
after_success:
Expand Down

0 comments on commit 077dc8d

Please sign in to comment.