Skip to content

Commit

Permalink
Don't upgrade setuptools while bootstrap travis environment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sudar committed Feb 9, 2016
1 parent 5e4c578 commit 6ac297d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/script/bootstrap/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ if [ -z $COMMON_SOURCED ]; then
PIP_SUDO_CMD=$SUDO_CMD
fi

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

COMMON_SOURCED=1
Expand Down

0 comments on commit 6ac297d

Please sign in to comment.