summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-01 16:22:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-11-01 16:22:00 -0400
commitb3f1198035da5576416f2096ca5e0fa19ca5ccab (patch)
tree3f2f789af8f10983ae236719fb3e5dced766cdf3 /tox.ini
parent47612250e00725dc182fe55e1867ebfc1b5d98bf (diff)
downloadpython-coveragepy-git-b3f1198035da5576416f2096ca5e0fa19ca5ccab.tar.gz
Move pycodestyle settings to setup.cfg
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 669f6b32..a55f8458 100644
--- a/tox.ini
+++ b/tox.ini
@@ -80,13 +80,3 @@ commands =
sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
rst2html.py --strict CHANGES.rst doc/_build/trash
rst2html.py --strict README.rst doc/_build/trash
-
-# Yes, pep8 will read its settings from tox.ini!
-[pep8]
-# E265 block comment should start with '# '
-# E266 too many leading '#' for block comment
-# E301 expected 1 blank line, found 0
-# E401 multiple imports on one line
-# The rest are the default ignored warnings.
-ignore = E265,E266,E123,E133,E226,E241,E242,E301,E401
-max-line-length = 100