tox.ini: run `flake8` for the `barectf` directory only
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 19:56:11 +0000 (15:56 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 19:56:11 +0000 (15:56 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c0173ebe4d9922df0e6a3e02da0e770d63dc2609..54308566c6d9c9041ff3d51dff4dabce336ccf5b 100644 (file)
--- 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.
This page took 0.024073 seconds and 4 git commands to generate.