Skip to content

Commit dec4c2d

Browse files
committed
updated test environments: added ansible 2.1 and use latest of the others.
1 parent 87f5321 commit dec4c2d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tox.ini

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

55
skipsdist = True
66

77

88
[testenv]
99
changedir = tests
10-
1110
deps =
12-
ansible21: ansible==2.1.*
13-
ansible20: ansible==2.0.*
14-
ansible19: ansible==1.9.*
11+
ansible21: ansible>=2.1,<2.2
12+
ansible20: ansible>=2.0.0,<2.1
13+
ansible19: ansible>=1.9.0,<2.0
1514

1615
passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
1716

@@ -21,5 +20,5 @@ commands =
2120
bash vagrant.sh {posargs}
2221

2322
whitelist_externals =
24-
ansible-playbook
2523
bash
24+

0 commit comments

Comments
 (0)