From dbdbffd7f56812e6fd89098722c23dcbbc740d77 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 17 May 2017 13:21:11 -0700 Subject: [PATCH] Stop creating Pipfile.lock on every make. Pipenv used to require the file to be locked on each individual platform, but as of v4.0.0, that is no longer necessary. Removing the forced call to lock will speed up builds in CI. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 34dbe6a3..5c2bdeb3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ init: pip install pipenv - pipenv lock pipenv install --dev pipenv run pip install -e .[socks]