flake8/.appveyor.yml
2018-02-20 04:25:31 +01:00

11 lines
216 B
YAML

# To activate, change the Appveyor settings to use `.appveyor.yml`.
install:
- python -m pip install tox
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
test_script:
- python -m tox -e py27,py34,py35,dogfood