Skip to content

Commit 1c611ea

Browse files
committed
Add a Makefile for convenience
1 parent c8b9369 commit 1c611ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These targets are not files
2+
.PHONY: test
3+
4+
test:
5+
DJANGO_SETTINGS_MODULE=test_project.settings python test_project/manage.py test alert_tests

0 commit comments

Comments
 (0)