Skip to content

Commit

Permalink
Drop backwards compatibility to jupyterhub==0.9.6 and python==3.5
Browse files Browse the repository at this point in the history
- As agreed during Jupyterhub for research facilities sprint, #138
  • Loading branch information
rkdarst committed Jun 13, 2019
1 parent 35b7afd commit 14ed789
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
language: python
sudo: false
python:
- 3.7-dev
- 3.6.6
- 3.7
- 3.6
- 3.5
- 3.4
env:
- JHUB_VER=0.7.2
- JHUB_VER=0.8.1
- JHUB_VER=0.9.1
- JHUB_VER=0.9.6
- JHUB_VER=1.0.0
matrix:
include:
- python: 3.7-dev
- python: 3.7
env: JHUB_VER=master
exclude:
- python: 3.4
env: JHUB_VER=0.9.1
allow_failures:
- env: JHUB_VER=master

Expand All @@ -25,9 +20,6 @@ before_install:
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
- pip install --upgrade pip
install:
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
- pip install attrs>17.4.0
- pip install --pre -r jupyterhub/dev-requirements.txt
- pip install --pre -e jupyterhub

Expand Down

0 comments on commit 14ed789

Please sign in to comment.