Skip to content

Commit 9a89a78

Browse files
committed
appveyor fix 2
1 parent 939de78 commit 9a89a78

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

appveyor.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,28 @@ environment:
99
matrix:
1010

1111
- PYTHON: "C:\\Python27"
12-
- PYTHON: "C:\\Python34"
13-
- PYTHON: "C:\\Python35"
12+
PYTHON_VERSION: "2.7"
13+
PYTHON_ARCH: "32"
14+
1415
- PYTHON: "C:\\Python27-x64"
15-
- PYTHON: "C:\\Python34-x64"
16-
- PYTHON: "C:\\Python35-x64"
16+
PYTHON_VERSION: "2.7"
17+
PYTHON_ARCH: "64"
18+
19+
# - PYTHON: "C:\\Python34"
20+
# PYTHON_VERSION: "3.4"
21+
# PYTHON_ARCH: "32"
22+
#
23+
# - PYTHON: "C:\\Python34-x64"
24+
# PYTHON_VERSION: "3.4"
25+
# PYTHON_ARCH: "64"
26+
#
27+
# - PYTHON: "C:\\Python35"
28+
# PYTHON_VERSION: "3.5"
29+
# PYTHON_ARCH: "32"
30+
#
31+
# - PYTHON: "C:\\Python35-x64"
32+
# PYTHON_VERSION: "3.5"
33+
# PYTHON_ARCH: "64"
1734

1835
install:
1936
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)