I should have used custom GET_PIP_URL for 3.3

This commit is contained in:
Yamashita, Yuu
2018-03-29 01:07:48 +00:00
parent 6a3172ff47
commit 0b24ff557e

View File

@@ -63,7 +63,7 @@ OUT
assert_success
assert_output <<OUT
PYENV_VERSION=3.3.6 python -m venv ${PYENV_ROOT}/versions/3.3.6/envs/venv
Installing pip from https://bootstrap.pypa.io/get-pip.py...
Installing pip from https://bootstrap.pypa.io/3.3/get-pip.py...
PYENV_VERSION=3.3.6/envs/venv python -s ${TMP}/pyenv/cache/get-pip.py
rehashed
OUT