From 89e7383ecc6d301fbcb3d7dfcbb0d434d50e213b Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 4 Mar 2019 17:01:27 +0100 Subject: [PATCH] Add Python tests to Appveyor --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bbfc9e6a..fe0b7ccf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,9 @@ build: init: - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" + - set PATH="C:\\Python37";%PATH% build_script: - - scripts_windows\build_all.bat + - python -m pip install -r requirements.txt + - cd test + - python -m nose -v --rednose