Force pipenv to use the lockfile

This commit is contained in:
Seth Michael Larson
2019-01-19 10:51:12 -06:00
parent 4c320ac3a2
commit 5734f4fc4a
+1 -1
View File
@@ -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