diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..0b4bf30 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +environment: + PYTHON: "3.6" + nodejs_version: "6" + +install: + - npm install + +test_script: + - npm run test + +artifacts: + - path: build\package\*