summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-08-08 07:32:09 +1000
committerToshio Kuratomi <a.badger@gmail.com>2019-08-09 15:06:40 -0700
commit6444278f44e02405752cc143ec4955839086a569 (patch)
tree2af6e5118ddf9b6ac9646c493887bf289bb4e954
parent61456313025e29fd4656654853e3468a928a6ca0 (diff)
downloadansible-6444278f44e02405752cc143ec4955839086a569.tar.gz
Remove Python 2.6 from Windows tests (#60235)
(cherry picked from commit 3a3727d20039cef446518097a3a8e5c1f251e1b8)
-rwxr-xr-xtest/utils/shippable/windows.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh
index 45653cb505..0f04ae6a97 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