phony make targets

This commit is contained in:
Jannis Leidel 2012-09-21 15:49:08 +02:00
parent b314879e01
commit 2d62d1ff84

View file

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