Add flake8 in tox

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2013-04-06 21:15:23 +02:00
parent 914011175f
commit ae7d2ee845
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
[tox]
envlist = py27,pypy,py32,py33,py26
envlist = py27,pypy,py32,py33,py26,flake8
[testenv]
commands = nosetests
deps =
nose
setuptools
[testenv:flake8]
deps = flake8
commands = flake8 hy bin tests