2017-11-16 20:44:51 +00:00
|
|
|
skip_tags: true
|
|
|
|
|
2019-10-26 15:03:04 +00:00
|
|
|
os: "Visual Studio 2019"
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
2020-10-28 14:42:01 +00:00
|
|
|
- PYTHON: "C:\\Python39-x64"
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
build_script:
|
|
|
|
- "git --no-pager log -n2"
|
|
|
|
- "echo %APPVEYOR_REPO_COMMIT%"
|
|
|
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;;%PATH%"
|
|
|
|
- "python --version"
|
2020-11-28 15:09:30 +00:00
|
|
|
- "pip install -r requirements/tests.txt"
|
2019-10-26 15:03:04 +00:00
|
|
|
- "pip list"
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
test_script:
|
2018-12-28 02:27:56 +00:00
|
|
|
- "python run_tests.py"
|