diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ setenv = # are in the parent folder. # Use pkg/tools/checkout_leap.sh script to checkout those. commands = - py.test -k 'not bench' -x {posargs} + py.test -k 'not bench' --pep8 -x {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip gnupg |