mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Remove branch coverage
This commit is contained in:
parent
884210b957
commit
09f91800b9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ export PYTHONPATH=.
|
|||
|
||||
test:
|
||||
flake8 avatar --ignore=E124,E501,E127,E128
|
||||
coverage run --branch --source=avatar `which django-admin.py` test tests
|
||||
coverage run --source=avatar `which django-admin.py` test tests
|
||||
coverage report
|
||||
|
||||
publish: clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue