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:
parent
5e4c578d75
commit
6ac297ded9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue