Merge "Pin get-pip.py to 3.2"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user