Change default Python version in tests to 3.6.4

pull/142/merge
Anish Athalye 6 years ago
parent 04fb8adbd9
commit 9ff1db1672
  1. 2
      test/test

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

Loading…
Cancel
Save