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