diff options
Diffstat (limited to 'mail/tox.ini')
-rw-r--r-- | mail/tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/tox.ini b/mail/tox.ini index ff4299d4..e2393f74 100644 --- a/mail/tox.ini +++ b/mail/tox.ini @@ -2,13 +2,14 @@ envlist = py27 [testenv] -commands = py.test {posargs} +commands = py.test --pep8 {posargs} deps = mock + pep8 pytest + pytest-pep8 pdbpp setuptools-trial - pep8 -e../soledad/common -e../soledad/client -e../keymanager |