From 0b94c3f5b3b108b6d585313c867a20701b797eb8 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 4 Jan 2016 05:38:06 -0500 Subject: Simplify tox flake8 target --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 71f48b5..3cce162 100644 --- a/tox.ini +++ b/tox.ini @@ -4,4 +4,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 -commands = flake8 {posargs} dotfiles/ tests/ +commands = flake8 {posargs} -- cgit v1.2.3