Files
deb-python-falcon/tox.ini
2013-03-20 11:28:58 -04:00

13 lines
271 B
INI

[tox]
envlist = py26,py27,py33,pypy,flake8
[testenv]
deps = -r{toxinidir}/tests/requirements.txt
commands = nosetests
[testenv:flake8]
commands = flake8 \
--max-complexity=12 \
--exclude=.venv,.tox,dist,doc,./bench/nuts \
--ignore=F403