Skip to content

Commit 7ad34e3

Browse files
authored
Merge pull request #160 from extrabacon/unittests
merging unittests
2 parents dd25fd8 + 3dc2569 commit 7ad34e3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

appveyor.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ image:
88
- Visual Studio 2017
99
- Ubuntu
1010

11-
stack: node 8, python 3.6
1211
environment:
13-
nodejs_version: "8"
14-
12+
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+
22+
- nodejs_version: "10"
23+
PYTHON: "C:\\Python36-x64"
24+
1525
install:
1626
- npm install
1727

0 commit comments

Comments
 (0)