mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
13 lines
175 B
INI
13 lines
175 B
INI
[tox]
|
|
envlist =
|
|
py26,py27,py32,py33,py34
|
|
|
|
[testenv]
|
|
deps =
|
|
commands =
|
|
python setup.py test -q
|
|
python setup.py flake8
|
|
|
|
[flake8]
|
|
select = E,F,W
|
|
max_line_length = 79
|