From 22f328e9df232335c7d222abb73d9bd91d8aee2b Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 09:02:19 +0100 Subject: [PATCH] Print python version. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1b90e7..2c0c19e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ install: - npm install script: - - npm run build + - python -V - npm run test diff --git a/appveyor.yml b/appveyor.yml index c03659a..d1da6f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ install: - npm install build_script: - - npm run build + - python -V test_script: - npm run test