diff options
author | 2019-08-13 11:02:43 +0000 | |
---|---|---|
committer | 2019-08-15 02:31:43 +0000 | |
commit | 7c194de2d67a1c71b741345a74ed9a493936fdb0 (patch) | |
tree | d4a8080abeba237c4daf9138519c89b366d3eea3 /multivimbroker/sonar.sh | |
parent | 5a2620962e6d2a572586de8da72a5a7676834130 (diff) |
Rebase framework to py36
Change-Id: Icb45d3eea21b119688a5591b582d96ae72e1e81d
Issue-ID: MULTICLOUD-770
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'multivimbroker/sonar.sh')
-rwxr-xr-x | multivimbroker/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |