We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734e736 commit 0e5eb08Copy full SHA for 0e5eb08
.travis.yml
@@ -23,6 +23,7 @@ matrix:
23
before_install:
24
- npm install -g configurable-http-proxy
25
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
26
+ - pip install --upgrade pip
27
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
0 commit comments