Commit 4636d261 authored by Matthew Brett's avatar Matthew Brett
Browse files

Try bypassing SSL for pip2.6 installs

parent 4523f8b5
...@@ -210,7 +210,7 @@ function install_pip { ...@@ -210,7 +210,7 @@ function install_pip {
# Travis VMS now install pip for system python by default - force install # Travis VMS now install pip for system python by default - force install
# even if installed already. # even if installed already.
sudo $PYTHON_EXE $DOWNLOADS_SDIR/get-pip.py --ignore-installed $pip_args sudo $PYTHON_EXE $DOWNLOADS_SDIR/get-pip.py --ignore-installed $pip_args
PIP_CMD="sudo `dirname $PYTHON_EXE`/pip$py_mm" PIP_CMD="sudo `dirname $PYTHON_EXE`/pip$py_mm $pip_args"
} }
function install_virtualenv { function install_virtualenv {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment