adjustments

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-05 21:06:44 -04:00
parent 5ce9cd4df3
commit 239fa2e657
+3 -2
View File
@@ -28,8 +28,9 @@ if [[ ! -z "$CI" ]]; then
echo "Installing Pipenv…"
# pip uninstall -y pipenv
pip install -e "$(pwd)" --upgrade
pipenv install --deploy --system --dev
virtualenv venv
venv/bin/pip install -e "$(pwd)" --upgrade
venv/bin/pipenv install --deploy --system --dev
# Otherwise, we're on a development machine.
else