Blacklist known bad version of pipenv

We pinned pipenv to release v2.13.0 but in reality, we could have just
blacklisted the known bad version. For future us, we now blacklist it.
This commit is contained in:
Ian Cordasco
2017-01-24 06:55:23 -06:00
parent e3f89bf23c
commit 6a415a02cf
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: docs
init:
pip install 'pipenv===0.2.0'
pip install 'pipenv>=0.1.6,!=0.2.6,!=0.2.7,!=0.2.8'
pipenv install --dev
test: