ModelHandle/.travis.yml
2021-03-27 09:15:33 +01:00

17 lines
127 B
YAML

language: node_js
env:
- python
node_js:
- "15"
python:
- "3.9"
install:
- npm install
script:
- npm run test