diff options
author | Jordan Borean <jborean93@gmail.com> | 2019-08-08 07:32:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 07:32:09 +1000 |
commit | 3a3727d20039cef446518097a3a8e5c1f251e1b8 (patch) | |
tree | 1c18f68e870b745184a7ad775a691bf51d866cad /test/utils | |
parent | 5d8302120b7ce951f79b44f3ea1272b58ec25153 (diff) | |
download | ansible-3a3727d20039cef446518097a3a8e5c1f251e1b8.tar.gz |
Remove Python 2.6 from Windows tests (#60235)
Diffstat (limited to 'test/utils')
-rwxr-xr-x | test/utils/shippable/windows.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh index 59593fa7f2..549d6a80b5 100755 --- a/test/utils/shippable/windows.sh +++ b/test/utils/shippable/windows.sh @@ -16,7 +16,6 @@ provider="${P:-default}" # python versions to test in order # python 2.7 runs full tests while other versions run minimal tests python_versions=( - 2.6 3.5 3.6 3.7 |