Merge "Pin get-pip.py to 3.2"
This commit is contained in:
@@ -41,7 +41,7 @@ esac
|
|||||||
# Install pip
|
# Install pip
|
||||||
if ! which pip &>/dev/null; then
|
if ! which pip &>/dev/null; then
|
||||||
curl --silent --show-error --retry 5 \
|
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
|
fi
|
||||||
|
|
||||||
# Install bindep and tox
|
# Install bindep and tox
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ esac
|
|||||||
# Install pip
|
# Install pip
|
||||||
if ! which pip &>/dev/null; then
|
if ! which pip &>/dev/null; then
|
||||||
curl --silent --show-error --retry 5 \
|
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
|
fi
|
||||||
|
|
||||||
# Install bindep and tox
|
# Install bindep and tox
|
||||||
|
|||||||
Reference in New Issue
Block a user