Set python version on travis.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:04:44 +01:00
parent 22f328e9df
commit 5966c6ad64

View File

@ -1,11 +1,15 @@
language: node_js
node_js:
- 15
- "15"
python:
- "3.9"
install:
- npm install
script:
- python -V
- npm run build
- npm run test