mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Exclude bare except rule
This commit is contained in:
parent
2b767e0b85
commit
7fb00f634b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ export PYTHONPATH=.
|
|||
.PHONY: test
|
||||
|
||||
test:
|
||||
flake8 avatar --ignore=E124,E501,E127,E128
|
||||
flake8 avatar --ignore=E124,E501,E127,E128,E722
|
||||
coverage run --source=avatar `which django-admin.py` test tests
|
||||
coverage report
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue