Skip to content

Commit 41e98d2

Browse files
committed
adding py3.3 and py3.5 to appveyor tests
1 parent 65251a2 commit 41e98d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ environment:
1111
PYTHON_VERSION: "2.7.x"
1212
PYTHON_ARCH: "64"
1313

14-
- PYTHON: "C:\\Python34_32"
15-
PYTHON_VERSION: "3.4"
16-
PYTHON_ARCH: "32"
14+
- PYTHON: "C:\\Python33_64"
15+
PYTHON_VERSION: "3.3"
16+
PYTHON_ARCH: "64"
1717

1818
- PYTHON: "C:\\Python34_64"
1919
PYTHON_VERSION: "3.4"
2020
PYTHON_ARCH: "64"
2121

22+
- PYTHON: "C:\\Python35_64"
23+
PYTHON_VERSION: "3.5"
24+
PYTHON_ARCH: "64"
25+
2226

2327
install:
2428
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)