Skip to content

Commit aba7b23

Browse files
cclausssigmavirus24
cclauss
authored andcommitted
Add Python 3.6 and 3.7 to AppVeyor
1 parent 00a9e3e commit aba7b23

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

appveyor.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ environment:
1414
- PYTHON: "C:\\Python34-x64"
1515
TOXENV: py34
1616
- PYTHON: "C:\\Python35"
17-
TOXENV: py35
17+
TOXENV: py35
1818
- PYTHON: "C:\\Python35-x64"
19-
TOXENV: py35
19+
TOXENV: py35
20+
- PYTHON: "C:\\Python36"
21+
TOXENV: py36
22+
- PYTHON: "C:\\Python36-x64"
23+
TOXENV: py36
24+
- PYTHON: "C:\\Python37"
25+
TOXENV: py37
26+
- PYTHON: "C:\\Python37-x64"
27+
TOXENV: py37
2028

2129
init:
2230
- "echo %PYTHON%"

0 commit comments

Comments
 (0)