debian-django-filter/Makefile

12 lines
145 B
Makefile
Raw Normal View History

.PHONY: deps, test, clean
2016-11-03 21:38:10 +01:00
deps:
pip install -r ./requirements/test.txt
test:
./runtests.py
clean:
rm -r build dist django_filter.egg-info