Files
pipenv/Makefile
T
2017-01-23 02:37:00 -05:00

6 lines
89 B
Makefile

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