Skip to content

Commit

Permalink
Add flake8 in tox
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <[email protected]>
  • Loading branch information
jd committed Apr 6, 2013
1 parent 9140111 commit ae7d2ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ae7d2ee

Please sign in to comment.