Skip to content

Commit 6ac7e08

Browse files
committed
Merge pull request pypa#157 from jayvdb/2.6.6
Add 2.6.6 to the Appveyor build matrix
2 parents 84d232b + ccd7027 commit 6ac7e08

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
@@ -38,6 +38,13 @@ environment:
3838
PYTHON_ARCH: "64"
3939
WINDOWS_SDK_VERSION: "v7.1"
4040

41+
# Also build on a Python version not pre-installed by Appveyor.
42+
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
43+
44+
- PYTHON: "C:\\Python266"
45+
PYTHON_VERSION: "2.6.6"
46+
PYTHON_ARCH: "32"
47+
4148
init:
4249
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
4350

0 commit comments

Comments
 (0)