Commit 93c83a6e authored by Stefan Behnel's avatar Stefan Behnel

Remove Py2.6 from Appveyor build as it is no longer supported for wheel builds.

parent f1a81af3
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment