flake8/tox.ini
Joe Gordon dc5ffac75c Make flake8 pass in root directory
Add exclude list to tox.ini
2014-10-15 15:07:12 -07:00

16 lines
245 B
INI

[tox]
minversion = 1.6
envlist =
py26,py27,py32,py33,py34
[testenv]
usedevelop = True
deps =
commands =
python setup.py test -q
python setup.py flake8
[flake8]
select = E,F,W
max_line_length = 79
exclude = .git,.tox,dist,docs,*egg