summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e51f803a..0a76c318 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,3 +40,10 @@ basepython = pypy2.4
[testenv:pypy3_24]
basepython = pypy3-2.4
+
+
+# Yes, pep8 will read its settings from tox.ini!
+[pep8]
+# E265: block comment should start with '# '
+# The rest are the default ignored warnings.
+ignore = E265,E123,E133,E226,E241,E242