cookiecutter-django/Makefile
Kevin Ndung'u b71b9b9da2 Add Makefile to ease testing
add 'test' directive to Makefile to run tests
2015-03-27 16:58:09 +03:00

5 lines
43 B
Makefile

.PHONY: test
test:
py.test -q tests/*.py