summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 09:59:55 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 09:59:55 +0200
commitb04908899886273f32e82b8a3ce85c1014e24304 (patch)
treeeaf500213468d122f5413d38bceebd3c92e32be6 /tox.ini
parente66913146492056188f5f4f37c988ebb9413e093 (diff)
downloadpep8-b04908899886273f32e82b8a3ce85c1014e24304.tar.gz
Tests should pass for the tarball distributed on PyPI; issue 267
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 214441f..50a0d00 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,8 +13,3 @@ commands =
{envpython} pep8.py --statistics pep8.py
{envpython} pep8.py --doctest
{envpython} -m testsuite.test_all
-
-[pep8]
-select =
-ignore = E226,E24
-max_line_length = 79