Files
pipenv/Makefile
T
2017-02-11 14:58:38 -07:00

10 lines
126 B
Makefile

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