2017-12-16 07:17:13 -08:00
|
|
|
environment:
|
|
|
|
|
global:
|
2018-05-29 11:46:04 -07:00
|
|
|
TOXENV: py,codecov
|
2017-12-16 07:17:13 -08:00
|
|
|
|
|
|
|
|
matrix:
|
2018-12-23 23:55:42 +08:00
|
|
|
- PYTHON: C:\Python37-x64
|
2018-05-29 11:46:04 -07:00
|
|
|
- PYTHON: C:\Python27-x64
|
2017-12-17 02:43:06 +09:00
|
|
|
|
|
|
|
|
init:
|
|
|
|
|
- SET PATH=%PYTHON%;%PATH%
|
2017-12-16 07:17:13 -08:00
|
|
|
|
|
|
|
|
install:
|
2018-05-29 11:46:04 -07:00
|
|
|
- python -m pip install -U tox
|
2017-12-16 07:17:13 -08:00
|
|
|
|
|
|
|
|
build: false
|
|
|
|
|
|
|
|
|
|
test_script:
|
2017-12-17 02:43:06 +09:00
|
|
|
- python -m tox
|
2017-12-16 07:17:13 -08:00
|
|
|
|
|
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- master
|
|
|
|
|
- /^.*-maintenance$/
|
2018-05-29 11:46:04 -07:00
|
|
|
|
|
|
|
|
cache:
|
|
|
|
|
- '%LOCALAPPDATA%\pip\Cache'
|