summaryrefslogtreecommitdiffstats
path: root/sonar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar.sh')
-rwxr-xr-xsonar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar.sh b/sonar.sh
index 91f09f0..384a431 100755
--- a/sonar.sh
+++ b/sonar.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