File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
- JHUB_VER=0.6.1
12
12
- JHUB_VER=0.7.2
13
13
- JHUB_VER=0.8.1
14
+ - JHUB_VER=0.9.0b2
14
15
matrix :
15
16
include :
16
17
- python : 3.6
17
18
env : JHUB_VER=master
18
19
exclude :
19
20
- python : 3.3
20
21
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
21
26
allow_failures :
22
27
- env : JHUB_VER=master
23
28
@@ -27,7 +32,7 @@ before_install:
27
32
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
28
33
install :
29
34
# 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
31
36
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
32
37
- pip install --pre -e jupyterhub
33
38
You can’t perform that action at this time.
0 commit comments