Files
pipenv/Makefile
T
2017-04-25 14:19:59 -06:00

11 lines
144 B
Makefile

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