Skip to content

Commit 077dc8d

Browse files
committed
manually backport pr #421
set pip upgrade strategy to eager
1 parent 3e21fcd commit 077dc8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
3-
- "nightly"
4-
- '3.6-dev'
3+
- 3.6
54
- 3.5
65
- 3.4
76
- 3.3
@@ -15,7 +14,8 @@ install:
1514
pip install pip==10.*
1615
fi
1716
- pip install --upgrade setuptools pip
18-
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov
17+
- pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov pytest-warnings codecov
18+
- pip freeze
1919
script:
2020
- py.test --cov jupyter_client jupyter_client
2121
after_success:

0 commit comments

Comments
 (0)