mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
7 lines
170 B
Makefile
7 lines
170 B
Makefile
test:
|
|
flake8 --ignore=E501,E126,E127,E128 imagekit tests
|
|
export PYTHONPATH=$(PWD):$(PYTHONPATH); \
|
|
django-admin.py test --settings=tests.settings tests
|
|
|
|
|
|
.PHONY: test
|