mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-11 22:53:09 +00:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
|
|
test:
|
||
|
|
export PYTHONPATH=$(PWD):$(PYTHONPATH); \
|
||
|
|
django-admin.py test --settings=tests.settings tests
|
||
|
|
|
||
|
|
|
||
|
|
.PHONY: test
|