Files
pipenv/Makefile
T
2017-01-22 14:07:41 -05:00

6 lines
89 B
Makefile

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