diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-28 22:18:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-28 23:45:02 +0200 |
commit | 3e0b5c687d8b6216226d610e4492d20db4f1bef1 (patch) | |
tree | 538be74fb963ee336f1745506f5243aa1e95d4c8 /tox.ini | |
parent | 9021d449d35da8d40999bc0a945b52f9d8bc1640 (diff) | |
download | gemato-3e0b5c687d8b6216226d610e4492d20db4f1bef1.tar.gz |
Reformat gemato code and fix PEP8 compliance
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,9 +6,11 @@ skipsdist = True [testenv:qa] deps = + pycodestyle pyflakes commands = pyflakes {posargs:gemato tests} + pycodestyle {posargs:gemato} [testenv] deps = |