File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
language : python
3
3
sudo : false
4
4
python :
5
+ - 3.7
5
6
- 3.6
6
7
- 3.5
7
8
- 3.4
8
9
env :
9
10
- JHUB_VER=0.7.2
10
11
- JHUB_VER=0.8.1
11
- - JHUB_VER=0.9.0b2
12
+ - JHUB_VER=0.9.1
12
13
matrix :
13
14
include :
14
- - python : 3.7-dev
15
- env : JHUB_VER=0.9.0b2
16
- - python : 3.6
15
+ - python : 3.7
17
16
env : JHUB_VER=master
18
17
exclude :
19
18
- python : 3.4
20
- env : JHUB_VER=0.9.0b2
19
+ env : JHUB_VER=0.9.1
21
20
allow_failures :
22
21
- env : JHUB_VER=master
23
- - python : 3.7-dev
24
22
25
23
before_install :
26
24
- npm install -g configurable-http-proxy
27
25
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
28
26
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
29
27
install :
30
28
# 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
32
30
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
33
31
- pip install --pre -e jupyterhub
34
32
You can’t perform that action at this time.
0 commit comments