Use python 3.6 for pipenv

This commit is contained in:
Luis Cielak 2018-06-11 12:17:22 -04:00
parent 4844e23951
commit b2bc13003d

View File

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