Skip to content

Commit dbadffb

Browse files
authored
Merge pull request #85 from rkdarst/test_jupyterhub0.9
Test with jupyterhub 0.9
2 parents ce0729d + 054c2ab commit dbadffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ env:
1111
- JHUB_VER=0.6.1
1212
- JHUB_VER=0.7.2
1313
- JHUB_VER=0.8.1
14+
- JHUB_VER=0.9.0b2
1415
matrix:
1516
include:
1617
- python: 3.6
1718
env: JHUB_VER=master
1819
exclude:
1920
- python: 3.3
2021
env: JHUB_VER=0.8.1
22+
- python: 3.3
23+
env: JHUB_VER=0.9.0b2
24+
- python: 3.4
25+
env: JHUB_VER=0.9.0b2
2126
allow_failures:
2227
- env: JHUB_VER=master
2328

@@ -27,7 +32,7 @@ before_install:
2732
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
2833
install:
2934
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
30-
- if [ $JHUB_VER != "master" ]; then pip install "tornado<5.0"; fi
35+
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.0b2" ]; then pip install "tornado<5.0"; fi
3136
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
3237
- pip install --pre -e jupyterhub
3338

0 commit comments

Comments
 (0)