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.
1 parent 3e21fcd commit 077dc8dCopy full SHA for 077dc8d
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
python:
3
- - "nightly"
4
- - '3.6-dev'
+ - 3.6
5
- 3.5
6
- 3.4
7
- 3.3
@@ -15,7 +14,8 @@ install:
15
14
pip install pip==10.*
16
fi
17
- pip install --upgrade setuptools pip
18
- - 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
19
script:
20
- py.test --cov jupyter_client jupyter_client
21
after_success:
0 commit comments