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