Remove branch coverage

This commit is contained in:
Grant McConnaughey 2015-09-24 13:45:04 -05:00
parent 884210b957
commit 09f91800b9

View file

@ -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