flask/.appveyor.yml

24 lines
304 B
YAML
Raw Normal View History

2017-12-16 07:17:13 -08:00
environment:
global:
2018-01-04 07:29:15 -08:00
TOXENV: py
2017-12-16 07:17:13 -08:00
matrix:
2018-01-04 07:29:15 -08:00
- PYTHON: C:\Python36
- PYTHON: C:\Python27
2017-12-17 02:43:06 +09:00
init:
- SET PATH=%PYTHON%;%PATH%
2017-12-16 07:17:13 -08:00
install:
2017-12-17 02:43:06 +09:00
- python -m pip install -U pip setuptools wheel 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$/