DCD-386: Initial test of pipenv.

This commit is contained in:
Steve Smith
2019-06-13 13:57:56 +10:00
parent c1d60bc294
commit cda21df138
6 changed files with 231 additions and 18 deletions

View File

@@ -5,8 +5,6 @@ set -e
# The Amazon Linux 2 Ansible package is 2.4, which has issue
# interacting with RDS, so use the PIP version.
virtualenv --system-site-packages .venv
source .venv/bin/activate
pip install -U setuptools
pip install ansible==2.7.10
pip list --format columns
pip install pipenv
pipenv install