mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
66a0bc8558
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
12 lines
185 B
Makefile
12 lines
185 B
Makefile
.PHONY: docs
|
|
|
|
run-tests:
|
|
pipenv run pytest tests
|
|
init:
|
|
python setup.py install
|
|
pipenv install --dev
|
|
docs:
|
|
cd docs && make html
|
|
kenneth:
|
|
pipenv run pytest -n 8 tests/test_pipenv.py
|