debian-django-filter/Makefile

7 lines
87 B
Makefile

.PHONY: deps, test
deps:
pip install -r ./requirements/test.txt
test:
./runtests.py