From 5734f4fc4a1a078a39629bdae5ccac60960991e4 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Sat, 19 Jan 2019 10:51:12 -0600 Subject: [PATCH] Force pipenv to use the lockfile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 317a7c76..231ce357 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs init: pip install pipenv --upgrade - pipenv install --dev --skip-lock + pipenv install --dev test: # This runs all of the tests, on both Python 2 and Python 3. detox