X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Fsonar.sh;h=8cb37694a728c1b995b9f29292afc91789bb6f15;hp=e173d1f45c6c531aad237e069afb485cce2c6256;hb=077b4c0a439393531371e1c5e34f3637a306f754;hpb=7245fce8b57b89f1ab874ab970ae2856d0b32ef7 diff --git a/multivimbroker/sonar.sh b/multivimbroker/sonar.sh index e173d1f..8cb3769 100755 --- a/multivimbroker/sonar.sh +++ b/multivimbroker/sonar.sh @@ -51,12 +51,12 @@ 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 pip freeze - cd multivimbroker + cd ${CURDIR} tox -e cover deactivate cd ..