Skip to content

Commit 7095a2c

Browse files
committed
Ansible 2.8
1 parent 5e03bae commit 7095a2c

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,6 +1,6 @@
11
[tox]
22
minversion = 1.8
3-
envlist = py{37,27}-ansible{26,27,devel}
3+
envlist = py{37,27}-ansible{26,27,28,devel}
44

55
skipsdist = true
66
skip_missing_interpreters = True
@@ -12,6 +12,7 @@ deps =
1212
-rrequirements.txt
1313
ansible26: ansible>=2.6,<2.7
1414
ansible27: ansible>=2.7,<2.8
15+
ansible28: ansible>=2.8,<2.9
1516
ansibledevel: git+https://github.com/ansible/ansible.git
1617
commands =
1718
pip list

0 commit comments

Comments
 (0)