1
1

Add Python tests to Appveyor

Dieser Commit ist enthalten in:
Thom Wiggers 2019-03-04 17:01:27 +01:00
Ursprung f25824246f
Commit 89e7383ecc
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 001BB0A7CE26E363

Datei anzeigen

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