mirror of
1
0
Fork 0

Change default Python version in tests to 3.6.4

This commit is contained in:
Anish Athalye 2018-03-27 18:16:55 -04:00
parent 04fb8adbd9
commit 9ff1db1672
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ do
;;
esac
done
VERSION="${VERSION:-2.7.9}"
VERSION="${VERSION:-3.6.4}"
declare -a tests=()