tox.ini: rename `pep8` environment to `flake8`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 27 Jul 2020 20:59:39 +0000 (16:59 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 29 Jul 2020 13:33:56 +0000 (09:33 -0400)
That's the tool's name.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 735654bfbdb4da5e5705896c21031c27c8f6b82d..7fcd5c5413d10603ea3e96a36154903b4c9b77a1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ commands =
     poetry install -v
     poetry run bash ./test.bash -t
 
-[testenv:pep8]
+[testenv:flake8]
 deps = flake8 >= 2.5
 commands = flake8 barectf
 
This page took 0.023327 seconds and 4 git commands to generate.