From e066bfa4e1b51ca7b4d8186c90f691052ea2d3b7 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Tue, 12 Jan 2016 12:43:12 +0530 Subject: [PATCH] Use only 3.x py versions on appveyor + NOT A FIX py.test on python 2.x doesnt stop at all - what is happening? !! This is only a TEMPORARY FIX --- appveyor.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 68f5ca1..a716d36 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,13 +11,13 @@ environment: # a later point release. # See: http://www.appveyor.com/docs/installed-software#python - - 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:\\Python33" PYTHON_VERSION: "3.3.x" # currently 3.3.5 @@ -40,13 +40,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:"