Show python and pip version in container build.

pull/34660/head
Matt Clay 7 years ago
parent f67f8c7bc9
commit 58f06feee7

@ -33,7 +33,9 @@ for python_version in "${python_versions[@]}"; do
echo "==> Installing pip for python ${python_version} ..." echo "==> Installing pip for python ${python_version} ..."
set -x set -x
"python${python_version}" --version
"python${python_version}" /tmp/get-pip.py -c constraints.txt "python${python_version}" /tmp/get-pip.py -c constraints.txt
"pip${python_version}" --version --disable-pip-version-check
set +x set +x
echo "==> Installing requirements for python ${python_version} ..." echo "==> Installing requirements for python ${python_version} ..."

Loading…
Cancel
Save