Set python version on travis.
This commit is contained in:
parent
22f328e9df
commit
5966c6ad64
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user