From e3ac8c34392cd75256ca0fc1dcc30101c85f68df Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 24 Jul 2014 16:25:53 -0400 Subject: Add flake8 to the tox test environment --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 246060f..4aa566d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,10 @@ +[tox] +envlist = py27,flake8 + [testenv] deps = pytest commands = py.test {posargs} + +[testenv:flake8] +deps = flake8 +commands = flake8 {posargs} -- cgit v1.2.3