From efd53ae43fd840148468198362460c8116b648f7 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 5 Jul 2018 13:01:14 -0400 Subject: [PATCH] Move pipenv creation from bootstrap to setup script --- script/bootstrap | 1 - script/setup | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 034b2974..78f9391f 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -21,7 +21,6 @@ if [ -n "${CIBUILD}" ]; then fi # Install Python dependencies -pipenv --python 3.6 ${PIP_CMD} install --upgrade pip pipenv install ${PIPENV_INSTALL_FLAGS} diff --git a/script/setup b/script/setup index e96c12df..0fae92e6 100755 --- a/script/setup +++ b/script/setup @@ -11,6 +11,7 @@ cd "$(dirname "${0}")/.." # Install virtualenv pip install pipenv +pipenv --python 3.6 if ! type sass > /dev/null; then if type gem > /dev/null; then