X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=5e527b3f1c62efab8a64d25b8e5c58802f104f7a;hb=ec41105d19ed820573be66cde4e2b621fc63aeed;hp=02db0c27d0d845074f67a63b7a4fa30dc5849825;hpb=4d1aaad578d2bc185b281964c95980267300ecb2;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 02db0c27..5e527b3f 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -14,7 +14,10 @@ echo "---> tox-install.sh" # Use -x to show value of $PYTHON in output set -eux -o pipefail -python3 -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv +# shellcheck disable=SC1090 +source ~/lf-env.sh + +lf-activate-venv --python python3.8 --venv-file /tmp/.toxenv tox tox-pyenv virtualenv # installs are silent, show version details in log $PYTHON --version