Merge "Pin get-pip.py to 3.2"

This commit is contained in:
Zuul
2018-07-11 19:37:46 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ esac
# Install pip
if ! which pip &>/dev/null; then
curl --silent --show-error --retry 5 \
https://bootstrap.pypa.io/get-pip.py | sudo python2.7
https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7
fi
# Install bindep and tox

View File

@@ -41,7 +41,7 @@ esac
# Install pip
if ! which pip &>/dev/null; then
curl --silent --show-error --retry 5 \
https://bootstrap.pypa.io/get-pip.py | sudo python2.7
https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7
fi
# Install bindep and tox