From ae7d2ee84565eff97fec6b4dff9e1638e5fa396e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 6 Apr 2013 21:15:23 +0200 Subject: [PATCH] Add flake8 in tox Signed-off-by: Julien Danjou --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bfb0641..1cf91e8 100644 --- a/tox.ini +++ b/tox.ini @@ -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