django-configurations/Makefile

5 lines
180 B
Makefile
Raw Normal View History

2012-07-21 13:56:04 +00:00
test:
flake8 configurations --ignore=E501,E127,E128,E124
coverage run --branch --source=configurations manage.py test configurations
coverage report --omit=configurations/test*