From eecfdfad986c33fc32f98ae69809f1307bfcfdb2 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 17 May 2014 12:57:38 -0700 Subject: Use the new official URL for downloading get-pip.py --- .travis/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index e5cdbba9..e028033e 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -32,12 +32,12 @@ if [[ "$(uname -s)" == "Darwin" ]]; then if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi case "${TOX_ENV}" in py26) - curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py + curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py sudo pip install virtualenv ;; py27) - curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py + curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py sudo pip install virtualenv ;; @@ -62,7 +62,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then pip install virtualenv ;; docs) - curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py + curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py sudo pip install virtualenv ;; -- cgit v1.2.3