Skip to content

Commit 642d60a

Browse files
committed
test with Python 3.8 on appveyor
1 parent beab66d commit 642d60a

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
@@ -20,6 +20,10 @@ environment:
2020
PYTHON_VERSION: "3.7.x"
2121
PYTHON_ARCH: "64"
2222

23+
- PYTHON: "C:\\Python38-x64"
24+
PYTHON_VERSION: "3.8.x"
25+
PYTHON_ARCH: "64"
26+
2327
install:
2428
- ps: 'Install-Product node 0.12 x64'
2529
- "set PATH=%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)