Skip to content

Commit a38aa72

Browse files
committed
only test against highest minor version.
1 parent e3e356a commit a38aa72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
{py27}-{ansible192,ansible184}
3+
{py27}-{ansible19,ansible18}
44

55
skipsdist = True
66

@@ -9,8 +9,8 @@ skipsdist = True
99
changedir = tests
1010
deps =
1111
travis: ansible==1.9.2
12-
ansible191: ansible==1.9.2
13-
ansible184: ansible==1.8.4
12+
ansible19: ansible==1.9.2
13+
ansible18: ansible==1.8.4
1414

1515
passenv = ANSIBLE_ASK_SUDO_PASS HOME
1616

0 commit comments

Comments
 (0)