summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-16 07:30:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-16 07:30:45 -0400
commita4e8460cfa86fe7e9c82b01ade8b352bb93b695d (patch)
tree26b8d1f96406f51df8e1fc697557234430ed233a /tox.ini
parentedc6c202061f70438d2044f186df86e0886ca418 (diff)
downloadpython-coveragepy-git-a4e8460cfa86fe7e9c82b01ade8b352bb93b695d.tar.gz
PEP8 fixes, but too many to really fix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a5abd8d0..6c94c95d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,3 +52,4 @@ basepython = pypy3-2.4
# E265: block comment should start with '# '
# The rest are the default ignored warnings.
ignore = E265,E123,E133,E226,E241,E242
+max-line-length = 100