Files
pipenv/Makefile
T
2017-01-30 19:09:48 -07:00

10 lines
135 B
Makefile

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