We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd25fd8 + 3dc2569 commit 7ad34e3Copy full SHA for 7ad34e3
1 file changed
appveyor.yml
@@ -8,10 +8,20 @@ image:
8
- Visual Studio 2017
9
- Ubuntu
10
11
-stack: node 8, python 3.6
12
environment:
13
- nodejs_version: "8"
14
-
+ matrix:
+ - nodejs_version: "8"
+ PYTHON: "C:\\Python27"
15
+
16
17
+ PYTHON: "C:\\Python36-x64"
18
19
+ - nodejs_version: "10"
20
21
22
23
24
25
install:
26
- npm install
27
0 commit comments