2016-10-17 05:33:46 +00:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- PYTHON: "C:\\Python27"
|
|
|
|
- PYTHON: "C:\\Python35"
|
2017-01-08 03:06:33 +00:00
|
|
|
- PYTHON: "C:\\Python36"
|
2018-09-26 12:31:45 +00:00
|
|
|
- PYTHON: "C:\\Python37"
|
2019-11-15 18:52:17 +00:00
|
|
|
- PYTHON: "C:\\Python38"
|
2016-10-17 05:33:46 +00:00
|
|
|
- PYTHON: "C:\\Python27-x64"
|
|
|
|
- PYTHON: "C:\\Python35-x64"
|
2017-01-08 03:06:33 +00:00
|
|
|
- PYTHON: "C:\\Python36-x64"
|
2018-09-26 12:31:45 +00:00
|
|
|
- PYTHON: "C:\\Python37-x64"
|
2019-11-15 18:52:17 +00:00
|
|
|
- PYTHON: "C:\\Python38-x64"
|
2016-10-17 05:33:46 +00:00
|
|
|
|
|
|
|
install:
|
2017-03-27 16:01:12 +00:00
|
|
|
- "git submodule update --init --recursive"
|
2018-09-26 12:56:35 +00:00
|
|
|
- "%PYTHON%\\python.exe -m pip install -r requirements-dev.txt"
|
2016-10-17 05:33:46 +00:00
|
|
|
|
|
|
|
build: off
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
- "build.cmd %PYTHON%\\python.exe setup.py nosetests"
|
|
|
|
|
|
|
|
after_test:
|
|
|
|
- "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: dist\*
|