uprade pip in pipenv

This commit is contained in:
Brian Duggan 2018-06-21 11:33:54 -04:00
parent d166e697e9
commit 875c64971d

View File

@ -8,6 +8,7 @@ cd "$(dirname "${0}")/.."
# Install Python dependencies # Install Python dependencies
pipenv --python 3.6 pipenv --python 3.6
pipenv run pip install --upgrade pip
pipenv install --dev pipenv install --dev
# Install uswds node module and dependencies # Install uswds node module and dependencies