diff --git a/appveyor.yml b/appveyor.yml index 072b257d0..e5fe0d6b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,13 +29,13 @@ environment: PYTHON_VERSION: "2.7.x" # currently 2.7.9 PYTHON_ARCH: "64" - - PYTHON: "C:\\Python33" - PYTHON_VERSION: "3.3.x" # currently 3.3.5 - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python33" + # PYTHON_VERSION: "3.3.x" # currently 3.3.5 + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python33-x64" - PYTHON_VERSION: "3.3.x" # currently 3.3.5 - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python33-x64" + # PYTHON_VERSION: "3.3.x" # currently 3.3.5 + # PYTHON_ARCH: "64" - PYTHON: "C:\\Python34" PYTHON_VERSION: "3.4.x" # currently 3.4.3