Skip to content

Commit febb7eb

Browse files
committed
update testing versions
node8 and python 2 is no longer supported as of 2020
1 parent 376ef58 commit febb7eb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

appveyor.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ image:
1010

1111
environment:
1212
matrix:
13-
- nodejs_version: "8"
14-
PYTHON: "C:\\Python27"
15-
16-
- nodejs_version: "8"
17-
PYTHON: "C:\\Python36-x64"
18-
19-
- nodejs_version: "10"
20-
PYTHON: "C:\\Python27"
21-
2213
- nodejs_version: "10"
2314
PYTHON: "C:\\Python36-x64"
15+
16+
- nodejs_version: "12"
17+
PYTHON: "C:\\Python36-x64"
2418

2519
install:
2620
- cmd: powershell Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)