summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-19 09:10:01 -0500
committerTim Graham <timograham@gmail.com>2017-01-19 09:10:35 -0500
commit56aee8d59f2946343cb83de6fde08adcc236a837 (patch)
tree67880b01c6315030c0ee82e533c57f4d73be0789 /setup.cfg
parent5320fa77c3b2bc02ac232c3e0f5279d99a528e6a (diff)
downloaddjango-56aee8d59f2946343cb83de6fde08adcc236a837.tar.gz
Removed xmlrunner from flake8 exclude.
This is an obsolete thing that Jenkins builds needed.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 726bddb3af..d84a4aefc7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
-exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env,./xmlrunner
+exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
ignore = W601
max-line-length = 119