summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 21:47:57 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 21:47:57 +0100
commitf5ebcd7c8ce440ab9d795413e5b1e29940e360c4 (patch)
treef7d74519337285bf1fa1a895580b60dbc644fc16 /tox.ini
parent967e406a99d35274ffb80a606c8b770df6dcc44c (diff)
downloadpep8-f5ebcd7c8ce440ab9d795413e5b1e29940e360c4.tar.gz
Load the configuration from tox.ini if present; issue #141
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e77f27d..3eb4423 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,3 +11,8 @@ commands =
{envpython} pep8.py --testsuite testsuite
{envpython} pep8.py --repeat --statistics pep8.py
{envpython} pep8.py --doctest
+
+[pep8]
+select =
+ignore = E226,E24
+max_line_length = 79