Skip to content

Commit b83b341

Browse files
committed
Merge branch 'appveyor-build-wheels-python-33-and-34'
* appveyor-build-wheels-python-33-and-34: appveyor: Build wheels for python 3.3 and python 3.4
2 parents 2d8d16a + b85ffdc commit b83b341

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@ environment:
1919
PYTHON_ARCH: "64"
2020
BLOCK: "0"
2121

22+
- PYTHON_DIR: "C:\\Python33"
23+
PYTHON_VERSION: "3.3.x"
24+
PYTHON_ARCH: "32"
25+
BLOCK: "0"
26+
27+
- PYTHON_DIR: "C:\\Python33-x64"
28+
PYTHON_VERSION: "3.3.x"
29+
PYTHON_ARCH: "64"
30+
BLOCK: "0"
31+
32+
- PYTHON_DIR: "C:\\Python34"
33+
PYTHON_VERSION: "3.4.x"
34+
PYTHON_ARCH: "32"
35+
BLOCK: "0"
36+
37+
- PYTHON_DIR: "C:\\Python34-x64"
38+
PYTHON_VERSION: "3.4.x"
39+
PYTHON_ARCH: "64"
40+
BLOCK: "0"
41+
2242
- PYTHON_DIR: "C:\\Python35"
2343
PYTHON_VERSION: "3.5.x"
2444
PYTHON_ARCH: "32"

0 commit comments

Comments
 (0)