From 66a0bc85580d4632aa43a8071bc4bfd5ece5b389 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Sep 2017 10:43:08 -0400 Subject: [PATCH] makefile Signed-off-by: Kenneth Reitz --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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