From: Lasse Schuirmann Date: Fri, 8 Apr 2016 08:03:27 +0000 (+0200) Subject: AppVeyor: Remove unneeded builds X-Git-Tag: v2.4.0~31^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce47004faf87f1fe3a0a6f99647a5b8686ca27f5;p=thirdparty%2Fbabel.git AppVeyor: Remove unneeded builds Related to https://github.com/python-babel/babel/issues/377 --- diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index e7b13f20..e0db9138 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -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"