Skip to content

Commit 13d4546

Browse files
committed
tox.ini: added ansible 2.3, 2.2 and 1.9 environments.
1 parent de25d5f commit 13d4546

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
{py27}-{ansible21,ansible20,ansible19}
3+
py{27}-ansible{23,22,21,20,19}
44

55
skipsdist = True
66

@@ -9,9 +9,11 @@ skipsdist = True
99
changedir = tests
1010

1111
deps =
12-
ansible21: ansible==2.1.*
13-
ansible20: ansible==2.0.*
14-
ansible19: ansible==1.9.*
12+
ansible23: ansible>=2.3,<2.4
13+
ansible22: ansible>=2.2,<2.3
14+
ansible21: ansible>=2.1,<2.2
15+
ansible20: ansible>=2.0.0,<2.1
16+
ansible19: ansible>=1.9,<2.0.0
1517

1618
passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
1719

0 commit comments

Comments
 (0)