mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
tests:
|
|
pipenv run pytest test_pipenv.py
|
|
init:
|
|
pip install pipenv
|
|
pipenv install --dev
|
|
python -m pipenv check
|