summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2018-03-27 18:16:55 -0400
committerAnish Athalye <me@anishathalye.com>2018-03-27 18:16:55 -0400
commit9ff1db16726afaee890092c20b0a23d7c5d35d1d (patch)
treec4a32ccb4569521d2558094f8f739121af20a0d3 /test
parent04fb8adbd90ee816365fa534e11d2a99bd79ce8b (diff)
Change default Python version in tests to 3.6.4
Diffstat (limited to 'test')
-rwxr-xr-xtest/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test b/test/test
index e22f7fb..c018c32 100755
--- a/test/test
+++ b/test/test
@@ -24,7 +24,7 @@ do
;;
esac
done
-VERSION="${VERSION:-2.7.9}"
+VERSION="${VERSION:-3.6.4}"
declare -a tests=()