From e6e7bf05519a20de40250456fddcd9a6b1247216 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 21 Feb 2015 23:04:20 -0500 Subject: Run flake8 only on specific directories --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4aa566d..7636634 100644 --- a/tox.ini +++ b/tox.ini @@ -7,4 +7,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 -commands = flake8 {posargs} +commands = flake8 {posargs} bin/ dotfiles/ tests/ -- cgit v1.2.3