diff options
author | drebs <drebs@leap.se> | 2016-08-01 21:12:58 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:12:58 -0300 |
commit | e315847bd06bb575505720bd7e882e07406b1fab (patch) | |
tree | 6e08d21101d15612fcb2fd80a1537684de4c84cd /testing/tox.ini | |
parent | 4c2be2af0c328d4d413e8f26a9056d2102e94ea9 (diff) |
[test] do not run pep8 tox env by default
Diffstat (limited to 'testing/tox.ini')
-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 |