]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
AppVeyor: Remove unneeded builds
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 8 Apr 2016 08:03:27 +0000 (10:03 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 8 Apr 2016 08:03:27 +0000 (10:03 +0200)
Related to https://github.com/python-babel/babel/issues/377

.ci/appveyor.yml

index e7b13f20b300120acf3947fb2c3752492eb5c048..e0db9138108e859dc5aeb4cd2298bf09c29fda57 100644 (file)
@@ -8,30 +8,6 @@ environment:
     CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\.ci\\run_with_env.cmd"
 
   matrix:
-    - PYTHON: "C:\\Python27"
-      PYTHON_VERSION: "2.7.x"
-      PYTHON_ARCH: "32"
-
-    - PYTHON: "C:\\Python27-x64"
-      PYTHON_VERSION: "2.7.x"
-      PYTHON_ARCH: "64"
-
-    - PYTHON: "C:\\Python33"
-      PYTHON_VERSION: "3.3.x"
-      PYTHON_ARCH: "32"
-
-    - PYTHON: "C:\\Python33-x64"
-      PYTHON_VERSION: "3.3.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"
-
     - PYTHON: "C:\\Python35"
       PYTHON_VERSION: "3.5.x"
       PYTHON_ARCH: "32"