diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:52:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:52:05 +0200 |
commit | 9d16e6931b56ce7f2425b8b54d6698bb6aad0f92 (patch) | |
tree | 905de8d82772145dd0a399041a07338ef6fc5ebd | |
parent | 477e8d13ea32e8a51eed15da7d45d05cba6f845a (diff) | |
download | gemato-9d16e6931b56ce7f2425b8b54d6698bb6aad0f92.tar.gz |
tox: Include pyflakes run
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 = |