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