summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5d47008ed..f7a96a320 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,3 +10,9 @@ envlist = py26, py27, py32, py33, py34, pypy
setenv = CFLAGS=-O0 -ggdb
commands =
{envpython} runtests.py -vv
+
+[pycodestyle]
+ignore = W, E
+select = E711, E714
+max-line-length = 300
+format = pylint