Skip to content

Commit 65251a2

Browse files
committed
initiating python 3 tests on appveyor
1 parent 096b89a commit 65251a2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

appveyor.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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:\\Python34_32"
15+
PYTHON_VERSION: "3.4"
16+
PYTHON_ARCH: "32"
17+
18+
- PYTHON: "C:\\Python34_64"
19+
PYTHON_VERSION: "3.4"
20+
PYTHON_ARCH: "64"
21+
22+
1423
install:
1524
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1625
- "python --version"

0 commit comments

Comments
 (0)