diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-05 11:11:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-05 11:15:11 +0200 |
commit | 0e37ff78f58499e7a89a04fe2003ffa138352ff3 (patch) | |
tree | 8d078c71c98271c4d8b4a47ffeeee62a1b8e4be8 /tox.ini | |
parent | c401d641658697a6d3fddb5b08854a316e20258c (diff) | |
download | gemato-0e37ff78f58499e7a89a04fe2003ffa138352ff3.tar.gz |
Fix remaining PEP8 issues and extend PEP8 testing to tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ deps = pyflakes commands = pyflakes {posargs:gemato tests} - pycodestyle {posargs:gemato} + pycodestyle {posargs:gemato tests} [testenv] deps = |