flask/.appveyor.yml

27 lines
338 B
YAML
Raw Normal View History

2017-12-16 07:17:13 -08:00
environment:
global:
TOXENV: py,codecov
2017-12-16 07:17:13 -08:00
matrix:
2018-12-23 23:55:42 +08:00
- PYTHON: C:\Python37-x64
- 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:
- 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$/
cache:
- '%LOCALAPPDATA%\pip\Cache'