Skip to content

Commit 0e5eb08

Browse files
committed
update pip
1 parent 734e736 commit 0e5eb08

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
@@ -23,6 +23,7 @@ matrix:
2323
before_install:
2424
- npm install -g configurable-http-proxy
2525
- git clone --quiet --branch $JHUB_VER https://github.com/jupyter/jupyterhub.git jupyterhub
26+
- pip install --upgrade pip
2627
install:
2728
# Don't let requirements pull in tornado 5 yet except for jupyterhub master
2829
- if [ $JHUB_VER != "master" -a $JHUB_VER != "0.9.1" ]; then pip install "tornado<5.0"; fi

0 commit comments

Comments
 (0)