Skip to content

Commit d8478db

Browse files
Merge pull request #48 from pquentin/appveyor
Test Python 3.8 from Appveyor
2 parents 011af5d + c98cad3 commit d8478db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ os: Visual Studio 2015
44

55
environment:
66
matrix:
7-
- PYTHON: "C:\\Python27"
87
- PYTHON: "C:\\Python27-x64"
9-
- PYTHON: "C:\\Python34"
108
- PYTHON: "C:\\Python34-x64"
11-
- PYTHON: "C:\\Python35"
129
- PYTHON: "C:\\Python35-x64"
13-
- PYTHON: "C:\\Python36"
1410
- PYTHON: "C:\\Python36-x64"
15-
- PYTHON: "C:\\Python37"
1611
- PYTHON: "C:\\Python37-x64"
12+
- PYTHON: "C:\\Python38-x64"
1713

1814
build_script:
1915
- "git --no-pager log -n2"

0 commit comments

Comments
 (0)