From e315847bd06bb575505720bd7e882e07406b1fab Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 1 Aug 2016 21:12:58 -0300 Subject: [test] do not run pep8 tox env by default --- testing/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3