diff options
-rwxr-xr-x | azure/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/sonar.sh b/azure/sonar.sh index 9ed0168..c5b06df 100755 --- a/azure/sonar.sh +++ b/azure/sonar.sh @@ -51,7 +51,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=python2.7 source ./venv-tox/bin/activate pip install --upgrade pip pip install --upgrade tox argparse |