From 5f33fcf5835b523d48ca5624c34ab4619c9471fc Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 29 May 2020 15:56:11 -0400 Subject: [PATCH] tox.ini: run `flake8` for the `barectf` directory only Signed-off-by: Philippe Proulx --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1