Try to use python 3.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:40:32 +01:00
parent c5baa13920
commit 05c29201fc

View File

@ -5,12 +5,12 @@ env:
node_js:
- "15"
python:
- "3.9"
install:
- alias python=python3
- npm install
script:
- npm run test
- python -V
- npm run build