From 3e0b5c687d8b6216226d610e4492d20db4f1bef1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 28 Aug 2020 22:18:49 +0200 Subject: Reformat gemato code and fix PEP8 compliance 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, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 869c922..a8bf6e7 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,11 @@ skipsdist = True [testenv:qa] deps = + pycodestyle pyflakes commands = pyflakes {posargs:gemato tests} + pycodestyle {posargs:gemato} [testenv] deps = -- cgit v1.2.3