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