Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 6a9f16c

Browse files
committed
Make sure docker driver is installed with molecule.
1 parent 374dcf1 commit 6a9f16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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)