diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 83793cc7..a25bc1e6 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py27 [testenv] commands = py.test {posargs} @@ -10,7 +10,6 @@ deps = mock testscenarios setuptools-trial - pep8 pdbpp couchdb requests |