django-model-utils/Makefile
2013-08-07 22:51:34 -07:00

15 lines
195 B
Makefile

all: init docs test
init:
python setup.py develop
pip install tox coverage Sphinx
test:
coverage erase
tox
coverage html
docs: documentation
documentation:
python setup.py build_sphinx