diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2016-02-09 15:45:02 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2016-02-09 15:53:26 +0530 |
| commit | 6ac297ded9b83a86b2729c3e2e926b1940feafc4 (patch) | |
| tree | cda3e0874e18ef3203ae9dbf58f0efa7e7db86ca /tests/script | |
| parent | 5e4c578d758d478ffe701439537b6965e2b5f59e (diff) | |
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
Diffstat (limited to 'tests/script')
| -rw-r--r-- | tests/script/bootstrap/common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/script/bootstrap/common.sh b/tests/script/bootstrap/common.sh index a6b6415..c3cd90e 100644 --- a/tests/script/bootstrap/common.sh +++ b/tests/script/bootstrap/common.sh @@ -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 |
