diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-08-28 19:51:31 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-08-29 10:22:48 +0800 |
commit | f75e4c22cb928d11bd78f15b45b1c42098e588d4 (patch) | |
tree | 2bb6072e9890fc5874a79058be997f8bc6a51b02 /starlingx/mvn-phase-script.sh | |
parent | 3f9d312fabb805bb16e89b662d5c70efe91c6b79 (diff) |
update starlingx plugin to python3
Issue-ID: MULTICLOUD-794
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I41d11465d24ea4d15f37db2146d7a77998f535f0
Diffstat (limited to 'starlingx/mvn-phase-script.sh')
-rwxr-xr-x | starlingx/mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starlingx/mvn-phase-script.sh b/starlingx/mvn-phase-script.sh index c8d09ce0..43a4ef1e 100755 --- a/starlingx/mvn-phase-script.sh +++ b/starlingx/mvn-phase-script.sh @@ -53,7 +53,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 source ./venv-tox/bin/activate pip install --upgrade pip pip install --upgrade tox argparse |