From 0e37ff78f58499e7a89a04fe2003ffa138352ff3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 5 Sep 2020 11:11:31 +0200 Subject: Fix remaining PEP8 issues and extend PEP8 testing to tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a8bf6e7..01e06cc 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = pyflakes commands = pyflakes {posargs:gemato tests} - pycodestyle {posargs:gemato} + pycodestyle {posargs:gemato tests} [testenv] deps = -- cgit v1.2.3