From 024a1fbc03c0c939c7e3249b7a112cd721b23c6b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:13:46 -0400 Subject: [PATCH] last makefile change Signed-off-by: Kenneth Reitz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a7b5ff..796bfaf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -test: +test: init pipenv run py.test tests init: pipenv install --skip-lock