summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-28 22:18:49 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-28 23:45:02 +0200
commit3e0b5c687d8b6216226d610e4492d20db4f1bef1 (patch)
tree538be74fb963ee336f1745506f5243aa1e95d4c8 /tox.ini
parent9021d449d35da8d40999bc0a945b52f9d8bc1640 (diff)
downloadgemato-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.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 869c922..a8bf6e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,9 +6,11 @@ skipsdist = True
[testenv:qa]
deps =
+ pycodestyle
pyflakes
commands =
pyflakes {posargs:gemato tests}
+ pycodestyle {posargs:gemato}
[testenv]
deps =