mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-08 23:54:46 +00:00
4 lines
180 B
Makefile
4 lines
180 B
Makefile
test:
|
|
flake8 configurations --ignore=E501,E127,E128,E124
|
|
coverage run --branch --source=configurations manage.py test configurations
|
|
coverage report --omit=configurations/test*
|