Remove Python 2.6 from Windows tests (#60235)
This commit is contained in:
parent
5d8302120b
commit
3a3727d200
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue