mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-20 07:00:24 +00:00
6 lines
118 B
Makefile
6 lines
118 B
Makefile
test:
|
|
export PYTHONPATH=$(PWD):$(PYTHONPATH); \
|
|
django-admin.py test --settings=tests.settings tests
|
|
|
|
|
|
.PHONY: test
|