ModelHandle/appveyor.yml
2021-03-27 09:16:41 +01:00

17 lines
188 B
YAML

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