Print python version.

This commit is contained in:
Viktor Kovacs 2021-03-27 09:02:19 +01:00
parent 1552ddb8ac
commit 22f328e9df
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ install:
- npm install - npm install
script: script:
- npm run build - python -V
- npm run test - npm run test

View File

@ -8,7 +8,7 @@ install:
- npm install - npm install
build_script: build_script:
- npm run build - python -V
test_script: test_script:
- npm run test - npm run test