From 9c3dabed39e9f2f49f444b98e9eaf0e2a7d1a622 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Tue, 12 Jan 2016 22:25:17 +0530 Subject: [PATCH] Disable 2.x builds as they dont stop again --- appveyor.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4dcaa57..6b3aa11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,13 +14,13 @@ environment: # run 2.7 and 3,5 first, then others # passing this two should be a good indicator as they are last minor versions - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7.x" # currently 2.7.9 - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python27" + # PYTHON_VERSION: "2.7.x" # currently 2.7.9 + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python27-x64" - PYTHON_VERSION: "2.7.x" # currently 2.7.9 - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python27-x64" + # PYTHON_VERSION: "2.7.x" # currently 2.7.9 + # PYTHON_ARCH: "64" - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.x" # currently 3.3.5 @@ -53,13 +53,13 @@ environment: # Python 2.6.6 is the latest Python 2.6 with a Windows installer # See: https://github.com/ogrisel/python-appveyor-demo/issues/10 - - PYTHON: "C:\\Python266" - PYTHON_VERSION: "2.6.6" - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python266" + # PYTHON_VERSION: "2.6.6" + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python266-x64" - PYTHON_VERSION: "2.6.6" - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python266-x64" + # PYTHON_VERSION: "2.6.6" + # PYTHON_ARCH: "64" install: - ECHO "Filesystem root:"