hy/tox.ini
Julien Danjou ae7d2ee845 Add flake8 in tox
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-06 21:16:28 +02:00

12 lines
167 B
INI

[tox]
envlist = py27,pypy,py32,py33,py26,flake8
[testenv]
commands = nosetests
deps =
nose
setuptools
[testenv:flake8]
deps = flake8
commands = flake8 hy bin tests