diff options
author | Tim Graham <timograham@gmail.com> | 2017-01-19 09:10:01 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2017-01-19 09:10:35 -0500 |
commit | 56aee8d59f2946343cb83de6fde08adcc236a837 (patch) | |
tree | 67880b01c6315030c0ee82e533c57f4d73be0789 /setup.cfg | |
parent | 5320fa77c3b2bc02ac232c3e0f5279d99a528e6a (diff) | |
download | django-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |