Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-05 21:14:15 -04:00
parent 6efe2136bd
commit 3bc5cf5d1e
+1 -1
View File
@@ -28,7 +28,7 @@ if [[ ! -z "$CI" ]]; then
echo "Installing Pipenv…"
# pip uninstall -y pipenv
virtualenv venv
export PATH="~/.local/bin:$PATH"
pip install --user -e "$(pwd)" --upgrade
pipenv install --deploy --dev