Files
pipenv/Makefile
T
2017-01-23 18:31:20 +11:00

7 lines
113 B
Makefile

tests:
pipenv run pytest test_pipenv.py
init:
pip install pipenv
pipenv install --dev
python -m pipenv check