X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=02db0c27d0d845074f67a63b7a4fa30dc5849825;hb=eafdcafcbe25dbad05e5117aca20bf6ea048ac44;hp=25ff3ca5df1428f41b3780c6700a82bfa7e40632;hpb=758df937f1010be8cc13fbeff0e727e2696ebeb6;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 25ff3ca5..02db0c27 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -14,7 +14,9 @@ echo "---> tox-install.sh" # Use -x to show value of $PYTHON in output set -eux -o pipefail -# Tox version is pulled in through detox to mitigate version conflict -$PYTHON -m pip install --user --quiet --upgrade tox-pyenv +python3 -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv +# installs are silent, show version details in log +$PYTHON --version +$PYTHON -m pip --version $PYTHON -m pip freeze