diff options
Diffstat (limited to 'windriver/mvn-phase-script.sh')
-rwxr-xr-x | windriver/mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windriver/mvn-phase-script.sh b/windriver/mvn-phase-script.sh index ad1d6329..6cc1b2bb 100755 --- a/windriver/mvn-phase-script.sh +++ b/windriver/mvn-phase-script.sh @@ -53,7 +53,7 @@ run_tox_test() DIR=$(echo "$TOXINI" | rev | cut -f2- -d'/' | rev) cd "${CURDIR}/${DIR}" rm -rf ./venv-tox ./.tox - virtualenv ./venv-tox + virtualenv ./venv-tox --python=python3 source ./venv-tox/bin/activate pip install --upgrade pip pip install --upgrade tox argparse |