diff options
author | drebs <drebs@leap.se> | 2016-07-25 09:37:02 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:03 -0300 |
commit | 259b5fa06bb83c8d9cbb53e43efd18ac9a9730f4 (patch) | |
tree | bd0ae842eeb126ac216be1ead6f9d3584a5afb2f /testing/tox.ini | |
parent | 8d4f8ced79bfc4da12dac38d5337b48c042a2183 (diff) |
[test] remove pep8 from tox config
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index caeb52c1..c3126cf2 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,7 +2,7 @@ envlist = py27 [testenv] -commands = py.test --pep8 {posargs} +commands = py.test {posargs} changedir = tests deps = pytest |