diff --git a/Makefile b/Makefile index 3755f6ff..8f94660a 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ init: pipenv install --dev docs: cd docs && make html +kenneth: + pipenv run pytest -n 8 tests/test_pipenv.py