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 327d9bd commit fa11cb1Copy full SHA for fa11cb1
.travis.yml
@@ -27,6 +27,7 @@ before_install:
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
30
+ - pip install jsonschema!=3.0.0a1 # issue #110, remove later
31
- pip install --pre -f travis-wheels/wheelhouse -r jupyterhub/dev-requirements.txt
32
- pip install --pre -e jupyterhub
33
0 commit comments