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