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:
|
2019-11-04 02:54:52 +00:00
|
|
|
# https://www.appveyor.com/docs/windows-images-software/#python
|
|
|
|
# TODO: Update to Python 3.8 once AppVeyor makes it available.
|
|
|
|
- PYTHON: "C:\\Python37-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"
|
2019-10-26 15:03:04 +00:00
|
|
|
- "pip install -U --upgrade-strategy=eager -e .[test]"
|
|
|
|
- "pip list"
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
test_script:
|
2018-12-28 02:27:56 +00:00
|
|
|
- "python run_tests.py"
|