Skip to content

Commit 6ac297d

Browse files
committed
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
1 parent 5e4c578 commit 6ac297d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/script/bootstrap/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ if [ -z $COMMON_SOURCED ]; then
184184
PIP_SUDO_CMD=$SUDO_CMD
185185
fi
186186

187-
$PIP_SUDO_CMD pip install --upgrade setuptools
188187
$PIP_SUDO_CMD pip install --src dependencies --pre -Ur $BOOTSTRAP_DIR/pip-requirements.txt
189188

190189
COMMON_SOURCED=1

0 commit comments

Comments
 (0)