File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: python
3
3
sudo : false
4
4
python :
5
5
- 3.7-dev
6
- - 3.6
6
+ - 3.6.6
7
7
- 3.5
8
8
- 3.4
9
9
env :
@@ -22,20 +22,14 @@ matrix:
22
22
23
23
before_install :
24
24
- npm install -g configurable-http-proxy
25
- - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
26
25
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
26
+ - pip install --upgrade pip
27
27
install :
28
28
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
29
29
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
30
- - pip install jsonschema!=3.0.0a1 # issue #110, remove later
31
- - pip install --pre -f travis-wheels/wheelhouse - r jupyterhub/dev-requirements.txt
30
+ - pip install attrs>17.4.0
31
+ - pip install --pre -r jupyterhub/dev-requirements.txt
32
32
- pip install --pre -e jupyterhub
33
33
34
34
script :
35
35
- travis_retry py.test --lf --cov batchspawner batchspawner/tests -v
36
- # after_success:
37
- # - codecov
38
- # matrix:
39
- # include:
40
- # - python: 3.5
41
- # env: JUPYTERHUB_TEST_SUBDOMAIN_HOST=http://127.0.0.1.xip.io:8000
You can’t perform that action at this time.
0 commit comments