summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-08-08 07:32:09 +1000
committerGitHub <noreply@github.com>2019-08-08 07:32:09 +1000
commit3a3727d20039cef446518097a3a8e5c1f251e1b8 (patch)
tree1c18f68e870b745184a7ad775a691bf51d866cad /test/utils
parent5d8302120b7ce951f79b44f3ea1272b58ec25153 (diff)
downloadansible-3a3727d20039cef446518097a3a8e5c1f251e1b8.tar.gz
Remove Python 2.6 from Windows tests (#60235)
Diffstat (limited to 'test/utils')
-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 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