diff options
author | Kali Kaneko <kali@leap.se> | 2016-07-12 03:24:44 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-12 03:24:44 +0200 |
commit | 179dfe95102f7314ca6a59a95dd1080080a5724a (patch) | |
tree | b0cea946a353076af70c0f57a162ed0d51d8f26d /testing | |
parent | 9b0f6c70fd5b7adc507ea4a1d4cc80f4c05aa994 (diff) |
add pep8/flake8 to tox
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 0a8dda9d..3663eef3 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,10 +2,12 @@ envlist = py27 [testenv] -commands = py.test {posargs} +commands = py.test --pep8 {posargs} changedir = tests deps = pytest + pytest-flake8 + pytest-pep8 mock testscenarios setuptools-trial |