Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit b66c753

Browse files
committed
Build only on 32-bit Python VMs
1 parent 143c439 commit b66c753

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

appveyor.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ environment:
44
VS90COMNTOOLS: "%VS110COMNTOOLS%"
55
VS100COMNTOOLS: "%VS110COMNTOOLS%"
66
matrix:
7+
- PYTHON: "C:\\Python26_32"
8+
PYTHON_VERSION: "2.6.6"
9+
PYTHON_ARCH: "32"
710
- PYTHON: "C:\\Python27_32"
811
PYTHON_VERSION: "2.7.8"
912
PYTHON_ARCH: "32"
13+
- PYTHON: "C:\\Python33_32"
14+
PYTHON_VERSION: "3.3.5"
15+
PYTHON_ARCH: "32"
1016
- PYTHON: "C:\\Python34_32"
1117
PYTHON_VERSION: "3.4.1"
1218
PYTHON_ARCH: "32"
13-
- PYTHON: "C:\\Python34_64"
14-
PYTHON_VERSION: "3.4.1"
15-
PYTHON_ARCH: "64"
1619
matrix:
1720
fast_finish: true
1821
init:
@@ -35,5 +38,5 @@ after_test:
3538
- "%PYTHON%\\Scripts\\pip.exe --version"
3639
- "%PYTHON%\\Scripts\\pip.exe install wheel"
3740
- "%PYTHON%\\python.exe setup.py bdist_wheel"
38-
artifects:
41+
artifacts:
3942
- path: dist\*

0 commit comments

Comments
 (0)