Remove Python 2.6 from Windows tests (#60235)

This commit is contained in:
Jordan Borean 2019-08-08 07:32:09 +10:00 committed by GitHub
parent 5d8302120b
commit 3a3727d200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ provider="${P:-default}"
# python versions to test in order # python versions to test in order
# python 2.7 runs full tests while other versions run minimal tests # python 2.7 runs full tests while other versions run minimal tests
python_versions=( python_versions=(
2.6
3.5 3.5
3.6 3.6
3.7 3.7