Skip to content

Commit 327d9bd

Browse files
committed
Travis: update for jupyterhub 9.0.1 and python 3.7
1 parent c320f05 commit 327d9bd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,31 @@
22
language: python
33
sudo: false
44
python:
5+
- 3.7-dev
56
- 3.6
67
- 3.5
78
- 3.4
89
env:
910
- JHUB_VER=0.7.2
1011
- JHUB_VER=0.8.1
11-
- JHUB_VER=0.9.0b2
12+
- JHUB_VER=0.9.1
1213
matrix:
1314
include:
1415
- python: 3.7-dev
15-
env: JHUB_VER=0.9.0b2
16-
- python: 3.6
1716
env: JHUB_VER=master
1817
exclude:
1918
- python: 3.4
20-
env: JHUB_VER=0.9.0b2
19+
env: JHUB_VER=0.9.1
2120
allow_failures:
2221
- env: JHUB_VER=master
23-
- python: 3.7-dev
2422

2523
before_install:
2624
- npm install -g configurable-http-proxy
2725
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
2826
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
2927
install:
3028
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
31-
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.0b2" ]; then pip install "tornado<5.0"; fi
29+
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
3230
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
3331
- pip install --pre -e jupyterhub
3432

0 commit comments

Comments
 (0)