We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7ffd2 commit 1795c76Copy full SHA for 1795c76
.travis.yml
@@ -9,8 +9,8 @@ env:
9
- MOLECULE_DISTRO: debian9
10
11
install:
12
- # Install test dependencies.
13
- - pip install molecule docker
+ # Install dependencies.
+ - pip install -r requirements.txt && pip install -r test-requirements.txt
14
15
before_script:
16
# Use actual Ansible Galaxy role name for the project directory.
test-requirements.txt
@@ -1,5 +1,6 @@
1
flake8
2
flake8-mutable
3
flake8-print==3.0.1
4
+docker
5
molecule
6
yamllint
0 commit comments