X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=652043bd3487dc1db3e9df33d70290f91cb4be64;hb=refs%2Fchanges%2F80%2F8380%2F3;hp=f7f9a9c50e9afe5de6313f002827085aecf228d2;hpb=b2f5578375c16a3fec8aecfc8e58689f24b98fda;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index f7f9a9c5..652043bd 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -14,7 +14,7 @@ echo "---> tox-install.sh" # DO NOT set -u as virtualenv's activate script has unbound variables set -e -o pipefail -virtualenv --quiet "/tmp/v/tox" +virtualenv --quiet -p "$PYTHON_VERSION" "/tmp/v/tox" # shellcheck source=/tmp/v/tox/bin/activate disable=SC1091 source "/tmp/v/tox/bin/activate" pip install --quiet --upgrade pip