X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=0434b3a2b19f533e4faabba855ca7a280348c424;hb=refs%2Fchanges%2F85%2F65285%2F3;hp=9ad332950c6a5629849c5d2f4314add3eb0a323b;hpb=cf8b441e368ad0ce9e8c2e0b8ddb7aad0d7d690c;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 9ad33295..0434b3a2 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -28,11 +28,8 @@ if [[ -f /etc/lsb-release ]]; then fi if [[ $done != "True" ]]; then - if [[ $PYTHON == "python2" ]]; then - $PYTHON -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv more-itertools~=5.0.0 - else - $PYTHON -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv - fi + python -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv more-itertools~=5.0.0 + python3 -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv fi # installs are silent, show version details in log