ModelHandle/appveyor.yml
2021-03-27 09:02:19 +01:00

18 lines
211 B
YAML

version: "{build}"
environment:
PYTHON: "C:\\Python38-x64"
nodejs_version: "12"
install:
- npm install
build_script:
- python -V
test_script:
- npm run test
artifacts:
- path: build\package\*