Set python version.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:26:33 +01:00
parent a9b354e601
commit 68c7086b84

View File

@ -6,10 +6,11 @@ environment:
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- npm install - npm install
build_script: build_script:
- python -V - npm run build
test_script: test_script:
- npm run test - npm run test