diff --git a/.travis.yml b/.travis.yml index 362d3974c..2ccf425fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ install: # of dependencies, and only pin kubernetes if $KUBE_PY is specified. - pip install --upgrade setuptools pip - pip install -e ".[test]" ${PRE_RELEASES:+--pre} ${KUBE_PY:+kubernetes==${KUBE_PY}} - # Allow for testing against the jupyterhub master branch as well - | if [ "$JUPYTERHUB_MASTER" == "TRUE" ]; then