Skip to content

Commit

Permalink
Merge pull request #36 from ansiblebit/develop
Browse files Browse the repository at this point in the history
ansible 2.8
  • Loading branch information
steenzout authored Sep 25, 2019
2 parents beec25b + 8d00414 commit ea5008f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions tests/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ ansible-playbook \
-e env=travis \
--skip-tags=test \
$@ \
&& bash test_checkmode.sh \
--env travis \
&& bash test_idempotence.sh \
--env travis \
&& bash test_checkmode.sh \
--env travis

3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,27}-ansible{26,25,24,23,22,21,20,19}
py{36,27}-ansible{28,27,26,25,24,23,22,21,20,19}

skipsdist = True

Expand All @@ -9,6 +9,7 @@ skipsdist = True
changedir = tests

deps =
ansible28: ansible>=2.8,<2.9
ansible27: ansible>=2.7,<2.8
ansible26: ansible>=2.6,<2.7
ansible25: ansible>=2.5,<2.6
Expand Down

0 comments on commit ea5008f

Please sign in to comment.