Skip to content

Commit 9b01a4a

Browse files
committed
tox.ini: test using ansible 2.3.0.
1 parent facacbd commit 9b01a4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tox]
22
envlist =
3-
py{27}-ansible{22,21,20}
3+
py{27}-ansible{23,22,21,20}
44

55
skipsdist = True
66

77

88
[testenv]
99
changedir = tests
1010
deps =
11+
ansible23: ansible>=2.3,<2.4
1112
ansible22: ansible>=2.2,<2.3
1213
ansible21: ansible>=2.1,<2.2
1314
ansible20: ansible>=2.0.0,<2.1

0 commit comments

Comments
 (0)