mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
8 lines
177 B
YAML
8 lines
177 B
YAML
# To activate, change the Appveyor settings to use `.appveyor.yml`.
|
|
install:
|
|
- python -m pip install tox
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- python -m tox -e py27,py34,py35,dogfood
|