Skip to content

Commit

Permalink
Force pipenv to use the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jan 19, 2019
1 parent 4c320ac commit 5734f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -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
Expand Down

0 comments on commit 5734f4f

Please sign in to comment.