Documentation tweaks.

This commit is contained in:
Jeff Geerling 2017-05-30 22:59:45 -05:00
parent 50c9b505d6
commit a3ec6edf73
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ script:
# Run tests.
- ${PWD}/tests/test.sh
# Test whether docker-py is installed at the specified version.
# Test whether packages are installed as specified.
- docker exec --tty ${container_id} pip list installed | grep -e '^ipaddress.*1\.0\.18.*$'
- docker exec --tty ${container_id} pip list installed | grep '^colorama'

View File

@ -18,12 +18,12 @@ A list of packages to install with pip. Examples below:
pip_install_packages:
# Specify names and versions.
- name: docker-py
- name: docker
version: "1.2.3"
- name: awscli
version: "1.11.91"
# Or specify bare packages to get the latest release.
- docker-py
- docker
- awscli
## Dependencies