summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-23 11:23:13 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-23 11:23:13 +0100
commitdad0100c14d53ed2faae8dd93d48e164263a3324 (patch)
treeb6af8a40a70b28e0f781d7e74fa6d2bdd5f458d9 /tox.ini
parentff75c96615b91ce2aa6f25c94cc831834bae98f9 (diff)
downloadcython-dad0100c14d53ed2faae8dd93d48e164263a3324.tar.gz
Move pycodestyle config to setup.cfg and constrain the files that it gets applied to.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 5f86476f6..5d47008ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,9 +10,3 @@ envlist = py26, py27, py32, py33, py34, pypy
setenv = CFLAGS=-O0 -ggdb
commands =
{envpython} runtests.py -vv
-
-[pycodestyle]
-ignore = W, E
-select = E711, E714, E501, W291
-max-line-length = 150
-format = pylint