Move pipenv creation from bootstrap to setup script

This commit is contained in:
Patrick Smith 2018-07-05 13:01:14 -04:00
parent 851dc9c37b
commit efd53ae43f
2 changed files with 1 additions and 1 deletions

View File

@ -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}

View File

@ -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