debian-django-filter/Makefile

12 lines
145 B
Makefile

.PHONY: deps, test, clean
deps:
pip install -r ./requirements/test.txt
test:
./runtests.py
clean:
rm -r build dist django_filter.egg-info