Merge pull request #23 from dod-ccpo/python3

Use python 3.6 for pipenv
This commit is contained in:
luisgov 2018-06-11 13:28:22 -04:00 committed by GitHub
commit 2e6a6bb53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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