File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 22language : python
33sudo : false
44python :
5+ - 3.7-dev
56 - 3.6
67 - 3.5
78 - 3.4
89env :
910 - JHUB_VER=0.7.2
1011 - JHUB_VER=0.8.1
11- - JHUB_VER=0.9.0b2
12+ - JHUB_VER=0.9.1
1213matrix :
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
2523before_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
2927install :
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
You can’t perform that action at this time.
0 commit comments