Browse Source

Stop running appveyor tests on Python 3.4; they fail anyway.

Jelmer Vernooij 5 years ago
parent
commit
9e0de26619
1 changed files with 0 additions and 9 deletions
  1. 0 9
      appveyor.yml

+ 0 - 9
appveyor.yml

@@ -15,15 +15,6 @@ environment:
       PYTHON_VERSION: "2.7.x"
       PYTHON_ARCH: "64"
 
-    - PYTHON: "C:\\Python34"
-      PYTHON_VERSION: "3.4.x"
-      PYTHON_ARCH: "32"
-
-    - PYTHON: "C:\\Python34-x64"
-      PYTHON_VERSION: "3.4.x"
-      PYTHON_ARCH: "64"
-      DISTUTILS_USE_SDK: "1"
-
     - PYTHON: "C:\\Python35"
       PYTHON_VERSION: "3.5.x"
       PYTHON_ARCH: "32"