File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
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-dev
6
- - 3.6.6
5
+ - 3.7
6
+ - 3.6
7
7
- 3.5
8
- - 3.4
9
8
env :
10
- - JHUB_VER=0.7.2
11
- - JHUB_VER=0.8.1
12
- - JHUB_VER=0.9.1
9
+ - JHUB_VER=0.9.6
10
+ - JHUB_VER=1.0.0
13
11
matrix :
14
12
include :
15
- - python : 3.7-dev
13
+ - python : 3.7
16
14
env : JHUB_VER=master
17
- exclude :
18
- - python : 3.4
19
- env : JHUB_VER=0.9.1
20
15
allow_failures :
21
16
- env : JHUB_VER=master
22
17
@@ -25,9 +20,6 @@ before_install:
25
20
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
26
21
- pip install --upgrade pip
27
22
install :
28
- # Don't let requirements pull in tornado 5 yet except for jupyterhub master
29
- - if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
30
- - pip install attrs>17.4.0
31
23
- pip install --pre -r jupyterhub/dev-requirements.txt
32
24
- pip install --pre -e jupyterhub
33
25
You can’t perform that action at this time.
0 commit comments