Install newer pip in install_rally.sh

Newer pip is required to handle certain requirements correctly.

Closes-Bug: #1466055
Change-Id: I7f7fcd8a7f50e51d61677dd8126fec7016006caa
This commit is contained in:
Chris St. Pierre 2015-06-30 10:52:51 -05:00 committed by Yair Fried
parent 4029812f5b
commit 4d2dea3a33
1 changed files with 2 additions and 0 deletions

View File

@ -708,6 +708,8 @@ install_db_connector
# Install rally
cd "$SOURCEDIR"
# Get latest available pip
pip install -i $BASE_PIP_URL -U 'pip'
# Install dependencies
pip install -i $BASE_PIP_URL pbr 'tox<=1.6.1'
# Uninstall possible previous version