diff options
| -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 | 
