Skip to content

Commit

Permalink
tests: default to v4 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Sep 2, 2017
1 parent c99e399 commit 0099ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_test_env.sh
Expand Up @@ -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;;
Expand Down

0 comments on commit 0099ff2

Please sign in to comment.