Skip to content

Commit ccd7027

Browse files
committed
Add 2.6.6 to the Appveyor build matrix
Packagers may be needing to do a Python 2.6 Win32 release.
1 parent 8ce2a6e commit ccd7027

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/code/appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ environment:
3434
PYTHON_ARCH: "64"
3535
WINDOWS_SDK_VERSION: "v7.1"
3636

37+
# Also build on a Python version not pre-installed by Appveyor.
38+
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
39+
40+
- PYTHON: "C:\\Python266"
41+
PYTHON_VERSION: "2.6.6"
42+
PYTHON_ARCH: "32"
43+
3744
init:
3845
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
3946

0 commit comments

Comments
 (0)