X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=78716b0594741103bcd9b0b4cc6ff252b2979b39;hb=89a3197c179eae7b3d8fba46ba2aa74367895eb0;hp=0434b3a2b19f533e4faabba855ca7a280348c424;hpb=c80aa5b36c3a2d08dc47d9c5d1cc2366cd161863;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 0434b3a2..78716b05 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -28,7 +28,7 @@ if [[ -f /etc/lsb-release ]]; then fi if [[ $done != "True" ]]; then - python -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv more-itertools~=5.0.0 + python -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv zipp more-itertools~=5.0.0 python3 -m pip install --user --quiet --upgrade tox tox-pyenv virtualenv fi