mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
10 lines
135 B
Makefile
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
|