Update project maturity status
[multicloud/azure.git] / azure / sonar.sh
index 9ed0168..f823ae5 100755 (executable)
@@ -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=python2.7
     source ./venv-tox/bin/activate
     pip install --upgrade pip
     pip install --upgrade tox argparse
     pip freeze
-    cd multicloud_azure
+    cd ${CURDIR}
     tox -e cover
     deactivate
     cd ..