Skip to content

Commit 96d7a82

Browse files
committed
[appveyor] Add latest python version
1 parent 7b7d9d9 commit 96d7a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ environment:
44
PYVER: "2.7"
55
- PYTHON: "C:\\Python35"
66
PYVER: "3.5"
7+
- PYTHON: "C:\\Python36"
8+
PYVER: "3.6"
79
- PYTHON: "C:\\Python27-x64"
810
PYVER: "2.7"
911
- PYTHON: "C:\\Python35-x64"
1012
PYVER: "3.5"
13+
- PYTHON: "C:\\Python36-x64"
14+
PYVER: "3.6"
1115

1216
build: false
1317

0 commit comments

Comments
 (0)