Skip to content

Commit 1795c76

Browse files
committed
fix(Build): Corrected travis build
1 parent 4c7ffd2 commit 1795c76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
- MOLECULE_DISTRO: debian9
1010

1111
install:
12-
# Install test dependencies.
13-
- pip install molecule docker
12+
# Install dependencies.
13+
- pip install -r requirements.txt && pip install -r test-requirements.txt
1414

1515
before_script:
1616
# Use actual Ansible Galaxy role name for the project directory.

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
flake8
22
flake8-mutable
33
flake8-print==3.0.1
4+
docker
45
molecule
56
yamllint

0 commit comments

Comments
 (0)