From 0099ff2cc63a5eeb523bb515a38bd9061e69d187 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 2 Sep 2017 16:39:27 +0200 Subject: tests: default to v4 API --- tools/build_test_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 572a47c..a3d4785 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;; -- cgit v1.2.1