summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =