Files
pipenv/Makefile
T
kennethreitz 66a0bc8558 makefile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-23 10:43:08 -04:00

12 lines
185 B
Makefile

.PHONY: docs
run-tests:
pipenv run pytest tests
init:
python setup.py install
pipenv install --dev
docs:
cd docs && make html
kenneth:
pipenv run pytest -n 8 tests/test_pipenv.py