Files
pipenv/Makefile
T
kennethreitz 281386b93b make man
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-24 20:05:31 -04:00

13 lines
202 B
Makefile

.PHONY: docs
run-tests:
pipenv run pytest tests
init:
python setup.py install
pipenv install --dev
docs:
cd docs && make html
man:
cd docs && make man
mv docs/_build/man/pipenv.1 pipenv/pipenv.1