mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-24 16:54:50 +00:00
phony make targets
This commit is contained in:
parent
b314879e01
commit
2d62d1ff84
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -1,3 +1,5 @@
|
|||
.PHONY: test release doc
|
||||
|
||||
test:
|
||||
flake8 configurations --ignore=E501,E127,E128,E124
|
||||
coverage run --branch --source=configurations manage.py test configurations
|
||||
|
|
|
|||
Loading…
Reference in a new issue