flask/.appveyor.yml
2019-01-06 07:09:11 -08:00

27 lines
368 B
YAML

environment:
global:
TOXENV: py,codecov
matrix:
- PYTHON: C:\Python37-x64
- PYTHON: C:\Python36-x64
- PYTHON: C:\Python27-x64
init:
- SET PATH=%PYTHON%;%PATH%
install:
- python -m pip install -U tox
build: false
test_script:
- python -m tox
branches:
only:
- master
- /^.*-maintenance$/
cache:
- '%LOCALAPPDATA%\pip\Cache'