Skip to content

Commit f5c993e

Browse files
committed
Make sure docker driver is installed with molecule.
1 parent 690166a commit f5c993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020

2121
install:
2222
# Install test dependencies.
23-
- pip install molecule yamllint ansible-lint docker
23+
- pip install molecule[docker] yamllint ansible-lint docker
2424

2525
before_script:
2626
# Use actual Ansible Galaxy role name for the project directory.

0 commit comments

Comments
 (0)