diff --git a/run_tests_common.sh b/run_tests_common.sh index 2470206a..56e1691c 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -48,7 +48,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