blob: 77662537abd83d4891aaa9b1600392262c7cfcc2 [file] [log] [blame]
[tox]
envlist =
py26,py27,py32,py33,py34,py35,pypy,pypy3
[testenv]
deps =
commands =
pip install flake8==2.1.0 pep8==1.5.6
flake8 --version
python setup.py test -q
flake8 pyflakes setup.py
[flake8]
select = E,F,W
builtins = unicode
max_line_length = 89