diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,9 +6,11 @@ skipsdist = True [testenv:qa] deps = + pycodestyle pyflakes commands = pyflakes {posargs:gemato tests} + pycodestyle {posargs:gemato} [testenv] deps = |