diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 572a47c56..a3d478505 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -27,7 +27,7 @@ try() { "$@" || fatal "'$@' failed"; } NOVENV= PY_VER=2 -API_VER=3 +API_VER=4 while getopts :np:a: opt "$@"; do case $opt in n) NOVENV=1;;