From: Philippe Proulx Date: Fri, 29 May 2020 19:56:11 +0000 (-0400) Subject: tox.ini: run `flake8` for the `barectf` directory only X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5f33fcf5835b523d48ca5624c34ab4619c9471fc;p=deliverable%2Fbarectf.git tox.ini: run `flake8` for the `barectf` directory only Signed-off-by: Philippe Proulx --- diff --git a/tox.ini b/tox.ini index c0173eb..5430856 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ commands = [testenv:pep8] deps = flake8 >= 2.5 -commands = flake8 +commands = flake8 barectf [flake8] # E123, E125 skipped as they are invalid PEP-8.