Add testing commands to makefile

This commit is contained in:
Raphael Michel
2015-06-05 15:00:56 +02:00
parent d0f20422b4
commit 312b53bb78
+6
View File
@@ -12,3 +12,9 @@ staticfiles:
compress:
./manage.py compress
test:
py.test tests
coverage:
coverage run -m py.test