Browse Source

Add Python tests to Appveyor

master
Thom Wiggers 5 years ago
parent
commit
89e7383ecc
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      appveyor.yml

+ 4
- 1
appveyor.yml View File

@@ -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

Loading…
Cancel
Save