summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-08 10:03:27 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-08 10:03:27 +0200
commitce47004faf87f1fe3a0a6f99647a5b8686ca27f5 (patch)
tree605d6bfaddab23616e2c1b7484711904b6fc32bc /.ci
parente4ae94c764fe16eb3f5e6fcef798efd0b1955372 (diff)
downloadbabel-ce47004faf87f1fe3a0a6f99647a5b8686ca27f5.tar.gz
AppVeyor: Remove unneeded builds
Related to https://github.com/python-babel/babel/issues/377
Diffstat (limited to '.ci')
-rw-r--r--.ci/appveyor.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml
index e7b13f2..e0db913 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"