summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNate Prewitt <Nate.Prewitt@gmail.com>2017-05-17 13:21:11 -0700
committerNate Prewitt <Nate.Prewitt@gmail.com>2017-05-17 13:21:11 -0700
commitdbdbffd7f56812e6fd89098722c23dcbbc740d77 (patch)
treec6affea7cdb2a51ca68c0a5b0c41b1bd5fe1b5c3 /Makefile
parenta3f2972c4f574aa91a44b09e54b84693fcf7f191 (diff)
downloadpython-requests-dbdbffd7f56812e6fd89098722c23dcbbc740d77.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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]