Skip to content

Commit 5eb4416

Browse files
committed
drop testing for ansible 1.9.3; add testing for ansible 1.9.4 and 2.0.0.2; travis will use 1.9.4
1 parent e7205be commit 5eb4416

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[tox]
22
envlist =
3-
{py27}-{ansible193}
3+
{py27}-{ansible2002,ansible194}
44

55
skipsdist = True
66

77

88
[testenv]
99
changedir = tests
1010
deps =
11-
travis: ansible==1.9.3
12-
ansible193: ansible==1.9.3
11+
travis: ansible==1.9.4
12+
ansible2002: ansible==2.0.0.2
13+
ansible194: ansible==1.9.4
1314

1415
passenv = ANSIBLE_ASK_SUDO_PASS HOME
1516

0 commit comments

Comments
 (0)