X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-install.sh;h=3aceceb213e5d97c797f19d15de880f206ac4501;hb=5320005564017416e6ed93a12be2553c2e381840;hp=96c0fa38055f08e6f56551e76a969262893ba18b;hpb=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 96c0fa38..3aceceb2 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. @@ -14,12 +14,7 @@ echo "---> tox-install.sh" # DO NOT set -u as virtualenv's activate script has unbound variables set -e -o pipefail -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==9.0.3" setuptools -pip install --quiet --upgrade pipdeptree -pip install --quiet --upgrade argparse detox "tox<3.0.0" tox-pyenv +python -m pip install --user --quiet --upgrade argparse detox "tox<3.0.0" tox-pyenv -echo "----> Pip Dependency Tree" -pipdeptree +echo "----> pip freeze" +pip freeze