diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2017-05-17 13:21:11 -0700 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2017-05-17 13:21:11 -0700 |
| commit | dbdbffd7f56812e6fd89098722c23dcbbc740d77 (patch) | |
| tree | c6affea7cdb2a51ca68c0a5b0c41b1bd5fe1b5c3 /Makefile | |
| parent | a3f2972c4f574aa91a44b09e54b84693fcf7f191 (diff) | |
| download | python-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ init: pip install pipenv - pipenv lock pipenv install --dev pipenv run pip install -e .[socks] |
