Skip to content

Commit 533a6f8

Browse files
unit test upgrade to python3.8
1 parent 32973c1 commit 533a6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/virtualEnvSetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838
printMessage "Virtual environment name is : $env_name, Path: $ROOT_DIR"
3939

40-
virtualenv -p python2.7 ${VIRTUAL_ENV_PATH}
40+
virtualenv -p python3.8 ${VIRTUAL_ENV_PATH}
4141
if [[ $? -ne 0 ]]; then
4242
rm -rf ${VIRTUAL_ENV_PATH}
4343
printMessage "Virtual environment creation failed, removed ${VIRTUAL_ENV_PATH}"

0 commit comments

Comments
 (0)