Skip to content

Commit 6163c47

Browse files
Have appveyor test Py36/Py37
1 parent 761c301 commit 6163c47

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: appveyor.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
environment:
22
matrix:
3-
- PYTHON: "C:\\Python35"
4-
TOXENV: "py35"
53
- PYTHON: "C:\\Python27"
64
TOXENV: "py27"
75
- PYTHON: "C:\\Python27-x64"
86
TOXENV: "py27"
9-
- PYTHON: "C:\\Python35-x64"
10-
TOXENV: "py35"
7+
- PYTHON: "C:\\Python36"
8+
TOXENV: "py36"
9+
- PYTHON: "C:\\Python36-x64"
10+
TOXENV: "py36"
11+
- PYTHON: "C:\\Python37"
12+
TOXENV: "py37"
13+
- PYTHON: "C:\\Python37-x64"
14+
TOXENV: "py37"
1115

1216
cache:
1317
- '%LOCALAPPDATA%\pip\Cache'

0 commit comments

Comments
 (0)