aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2015-02-21 23:04:20 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2015-02-21 23:04:20 -0500
commite6e7bf05519a20de40250456fddcd9a6b1247216 (patch)
tree9d43564be9a8ff75c80f24f83745474a95f9aed0
parent83c8d555cbeac576b65eeffbc18cb5e373cd41c4 (diff)
downloaddotfiles-e6e7bf05519a20de40250456fddcd9a6b1247216.tar.gz
dotfiles-e6e7bf05519a20de40250456fddcd9a6b1247216.tar.bz2
dotfiles-e6e7bf05519a20de40250456fddcd9a6b1247216.zip
Run flake8 only on specific directories
-rw-r--r--setup.cfg3
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 119d39f..5e40900 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,2 @@
[wheel]
universal = 1
-
-[flake8]
-exclude = .tox
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/