Skip to content

Commit 14ed789

Browse files
committed
Drop backwards compatibility to jupyterhub==0.9.6 and python==3.5
- As agreed during Jupyterhub for research facilities sprint, #138
1 parent 35b7afd commit 14ed789

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.travis.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22
language: python
33
sudo: false
44
python:
5-
- 3.7-dev
6-
- 3.6.6
5+
- 3.7
6+
- 3.6
77
- 3.5
8-
- 3.4
98
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
1311
matrix:
1412
include:
15-
- python: 3.7-dev
13+
- python: 3.7
1614
env: JHUB_VER=master
17-
exclude:
18-
- python: 3.4
19-
env: JHUB_VER=0.9.1
2015
allow_failures:
2116
- env: JHUB_VER=master
2217

@@ -25,9 +20,6 @@ before_install:
2520
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
2621
- pip install --upgrade pip
2722
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
3123
- pip install --pre -r jupyterhub/dev-requirements.txt
3224
- pip install --pre -e jupyterhub
3325

0 commit comments

Comments
 (0)