Move pipenv creation from bootstrap to setup script
This commit is contained in:
parent
851dc9c37b
commit
efd53ae43f
@ -21,7 +21,6 @@ if [ -n "${CIBUILD}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
pipenv --python 3.6
|
|
||||||
${PIP_CMD} install --upgrade pip
|
${PIP_CMD} install --upgrade pip
|
||||||
pipenv install ${PIPENV_INSTALL_FLAGS}
|
pipenv install ${PIPENV_INSTALL_FLAGS}
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ cd "$(dirname "${0}")/.."
|
|||||||
|
|
||||||
# Install virtualenv
|
# Install virtualenv
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
|
pipenv --python 3.6
|
||||||
|
|
||||||
if ! type sass > /dev/null; then
|
if ! type sass > /dev/null; then
|
||||||
if type gem > /dev/null; then
|
if type gem > /dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user