pip install pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-17 11:26:22 -04:00
parent 4c300c2067
commit 70a4ae744c
+1
View File
@@ -1,5 +1,6 @@
.PHONY: docs
init:
pip install pipenv --upgrade
pipenv install --dev --skip-lock
test:
# This runs all of the tests, on both Python 2 and Python 3.