Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit ea1bddb

Browse files
committed
Ansible 2.8
1 parent de3a58c commit ea1bddb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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{36,37,27}-ansible{26,27,devel}
3+
envlist = py{36,37,27}-ansible{26,27,28,devel}
44
skipsdist = true
55
skip_missing_interpreters = True
66

@@ -10,6 +10,7 @@ deps =
1010
-rrequirements.txt
1111
ansible26: ansible>=2.6,<2.7
1212
ansible27: ansible>=2.7,<2.8
13+
ansible28: ansible>=2.8,<2.9
1314
ansibledevel: git+https://github.com/ansible/ansible.git
1415
commands =
1516
pip list

0 commit comments

Comments
 (0)