summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-05 11:11:31 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-05 11:15:11 +0200
commit0e37ff78f58499e7a89a04fe2003ffa138352ff3 (patch)
tree8d078c71c98271c4d8b4a47ffeeee62a1b8e4be8
parentc401d641658697a6d3fddb5b08854a316e20258c (diff)
downloadgemato-0e37ff78f58499e7a89a04fe2003ffa138352ff3.tar.gz
Fix remaining PEP8 issues and extend PEP8 testing to tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a8bf6e7..01e06cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ deps =
pyflakes
commands =
pyflakes {posargs:gemato tests}
- pycodestyle {posargs:gemato}
+ pycodestyle {posargs:gemato tests}
[testenv]
deps =