summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-22 12:13:11 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-22 12:13:11 +0200
commit93c83a6eab176d55abfa396f1cc1ebef8e84e624 (patch)
tree38ad71c37a3074ca7b06076e6f9f9e9da188940e /appveyor.yml
parentf1a81af301567a01403e4471b23c6f4ff92ad1aa (diff)
downloadcython-93c83a6eab176d55abfa396f1cc1ebef8e84e624.tar.gz
Remove Py2.6 from Appveyor build as it is no longer supported for wheel builds.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b866e0090..6a737176c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,14 +9,6 @@ environment:
WITH_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
matrix:
- - PYTHON: "C:\\Python26"
- PYTHON_VERSION: "2.6"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python26-x64"
- PYTHON_VERSION: "2.6"
- PYTHON_ARCH: "64"
-
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"