X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Fsonar.sh;h=2291f14a56ba720b90a21b9069cbee213ed21f53;hp=41cc4509f8ad5cf0ff3031822ae2dce81d5f6607;hb=93f02f1bee463f6f2c5dcd6e8cef597ddb0fe7f3;hpb=efb2229057ed70b0dd46c1e4fdfb8462727cef03 diff --git a/multivimbroker/sonar.sh b/multivimbroker/sonar.sh index 41cc450..2291f14 100755 --- a/multivimbroker/sonar.sh +++ b/multivimbroker/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=python3.6 source ./venv-tox/bin/activate pip install --upgrade pip pip install --upgrade tox argparse