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.
This commit is contained in:
Nate Prewitt
2017-05-17 13:21:11 -07:00
parent a3f2972c4f
commit dbdbffd7f5
-1
View File
@@ -2,7 +2,6 @@
init:
pip install pipenv
pipenv lock
pipenv install --dev
pipenv run pip install -e .[socks]