From 1cd72ed3742d4bf8dadb06d325655d57d4fc5ade Mon Sep 17 00:00:00 2001 From: Rene Dudfield Date: Mon, 23 Jan 2017 18:31:20 +1100 Subject: [PATCH] Using python -m pipenv inside the test. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index acdd92ac..142e0c48 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,4 @@ tests: init: pip install pipenv pipenv install --dev + python -m pipenv check