Skip to content

Commit

Permalink
Removed xmlrunner from flake8 exclude.
Browse files Browse the repository at this point in the history
This is an obsolete thing that Jenkins builds needed.
  • Loading branch information
timgraham committed Jan 19, 2017
1 parent 5320fa7 commit 56aee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56aee8d

Please sign in to comment.