Files
pipenv/Makefile
T
2017-05-16 18:38:36 -06:00

10 lines
131 B
Makefile

.PHONY: docs
run-tests:
pipenv run pytest tests
init:
python setup.py install
pipenv install --dev
docs:
cd docs && make html