diff --git a/appveyor.yml b/appveyor.yml index 92e2ce05e..490e30d93 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -73,13 +73,13 @@ environment: # Major and minor releases (i.e x.0.0 and x.y.0) prior to 3.3.0 use # a different naming scheme. - - PYTHON: "C:\\Python270" - PYTHON_VERSION: "2.7.0" - PYTHON_ARCH: "32" +# - PYTHON: "C:\\Python270" +# PYTHON_VERSION: "2.7.0" +# PYTHON_ARCH: "32" - - PYTHON: "C:\\Python270-x64" - PYTHON_VERSION: "2.7.0" - PYTHON_ARCH: "64" +# - PYTHON: "C:\\Python270-x64" +# PYTHON_VERSION: "2.7.0" +# PYTHON_ARCH: "64" install: # If there is a newer build queued for the same PR, cancel this one.