2017-11-16 20:44:51 +00:00
|
|
|
skip_tags: true
|
|
|
|
|
2018-12-28 02:37:26 +00:00
|
|
|
os: "Visual Studio 2017"
|
2017-11-16 20:44:51 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
matrix:
|
2018-02-19 02:57:41 +00:00
|
|
|
- PYTHON: "C:\\Python27-x64"
|
2017-11-16 20:44:51 +00:00
|
|
|
- PYTHON: "C:\\Python36-x64"
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- "git --no-pager log -n2"
|
|
|
|
- "echo %APPVEYOR_REPO_COMMIT%"
|
|
|
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;;%PATH%"
|
|
|
|
- "python --version"
|
|
|
|
- "pip install -e .[test]"
|
|
|
|
|
|
|
|
test_script:
|
2018-12-28 02:27:56 +00:00
|
|
|
- "python run_tests.py"
|