1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04:00

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

View file

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