diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2016-02-09 16:07:39 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2016-02-09 16:07:39 +0530 |
| commit | 967c27d4b00585cd1dd3314d958aceb18f0a3217 (patch) | |
| tree | cda3e0874e18ef3203ae9dbf58f0efa7e7db86ca /tests/script/bootstrap | |
| parent | 5e4c578d758d478ffe701439537b6965e2b5f59e (diff) | |
| parent | 6ac297ded9b83a86b2729c3e2e926b1940feafc4 (diff) | |
Merge pull request #409 from sudar/fix/travis
Fix Travis build
Diffstat (limited to 'tests/script/bootstrap')
| -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 |
