Files
pipenv/Makefile
T
2017-01-23 14:31:52 -05:00

6 lines
93 B
Makefile

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