Don't upgrade setuptools while bootstrap travis environment

For some reason the command `pip install --upgrade setuptools` fails in
the new travis build infrastructure.

You can see the full error log in #404

Fix #404
This commit is contained in:
Sudar Muthu 2016-02-09 15:45:02 +05:30
parent 5e4c578d75
commit 6ac297ded9

View file

@ -184,7 +184,6 @@ if [ -z $COMMON_SOURCED ]; then
PIP_SUDO_CMD=$SUDO_CMD PIP_SUDO_CMD=$SUDO_CMD
fi fi
$PIP_SUDO_CMD pip install --upgrade setuptools
$PIP_SUDO_CMD pip install --src dependencies --pre -Ur $BOOTSTRAP_DIR/pip-requirements.txt $PIP_SUDO_CMD pip install --src dependencies --pre -Ur $BOOTSTRAP_DIR/pip-requirements.txt
COMMON_SOURCED=1 COMMON_SOURCED=1