Skip to content

Commit e67ce7c

Browse files
authored
Merge pull request #503 from kapilkd13/python3windows
Python3windows
2 parents 096b89a + 41e98d2 commit e67ce7c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

appveyor.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ environment:
44

55
matrix:
66
- PYTHON: "C:\\Python27"
7-
PYTHON_VERSION: "2.7.x"
7+
PYTHON_VERSION: "2.7.x"
88
PYTHON_ARCH: "32"
99

1010
- PYTHON: "C:\\Python27-x64"
11-
PYTHON_VERSION: "2.7.x"
11+
PYTHON_VERSION: "2.7.x"
1212
PYTHON_ARCH: "64"
1313

14+
- PYTHON: "C:\\Python33_64"
15+
PYTHON_VERSION: "3.3"
16+
PYTHON_ARCH: "64"
17+
18+
- PYTHON: "C:\\Python34_64"
19+
PYTHON_VERSION: "3.4"
20+
PYTHON_ARCH: "64"
21+
22+
- PYTHON: "C:\\Python35_64"
23+
PYTHON_VERSION: "3.5"
24+
PYTHON_ARCH: "64"
25+
26+
1427
install:
1528
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1629
- "python --version"

0 commit comments

Comments
 (0)