From 9d16e6931b56ce7f2425b8b54d6698bb6aad0f92 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Oct 2017 21:52:05 +0200 Subject: tox: Include pyflakes run --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = -- cgit v1.2.3