Skip to content

Commit 734e736

Browse files
committed
remove version pin
1 parent 610e2cd commit 734e736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ before_install:
2626
install:
2727
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
2828
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi
29+
- pip install attrs>17.4.0
2930
- pip install --pre -r jupyterhub/dev-requirements.txt
3031
- pip install --pre -e jupyterhub
3132

0 commit comments

Comments
 (0)