Pin pipenv to fix CI

This commit is contained in:
Ian Cordasco
2017-01-24 06:45:29 -06:00
parent b2289cd2d5
commit 32548e2bb6
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: docs
init:
pip install 'pipenv>=0.1.6'
pip install 'pipenv===0.2.0'
pipenv install --dev
test: