summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-24 21:52:05 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-24 21:52:05 +0200
commit9d16e6931b56ce7f2425b8b54d6698bb6aad0f92 (patch)
tree905de8d82772145dd0a399041a07338ef6fc5ebd
parent477e8d13ea32e8a51eed15da7d45d05cba6f845a (diff)
downloadgemato-9d16e6931b56ce7f2425b8b54d6698bb6aad0f92.tar.gz
tox: Include pyflakes run
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 67e2f60..4b28d2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,10 @@ envlist = begin,py27,py34,py35,py36,pypy,pypy3,end
[testenv:begin]
deps =
coverage
-commands = coverage erase
+ pyflakes
+commands =
+ coverage erase
+ pyflakes gemato tests
[testenv:py27]
deps =