From 68c7086b842e42bda4a3f104c772ea871ad896ce Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 09:26:33 +0100 Subject: [PATCH] Set python version. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f9f73c2..e269da4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,10 +6,11 @@ environment: install: - ps: Install-Product node $env:nodejs_version + - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% - npm install build_script: - - python -V + - npm run build test_script: - npm run test