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 610e2cd commit 734e736Copy full SHA for 734e736
.travis.yml
@@ -26,6 +26,7 @@ before_install:
26
install:
27
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
28
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
29
+ - pip install attrs>17.4.0
30
- pip install --pre -r jupyterhub/dev-requirements.txt
31
- pip install --pre -e jupyterhub
32
0 commit comments