From 21e04e033bda333a3e12152bfd2a79e89fa28789 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 1 Nov 2019 07:30:10 +0100 Subject: [PATCH] Bump Ansible version to 2.8, 2.9 and devel --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 37a6ee3..e67f5f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,12 @@ [tox] minversion = 3.7 -envlist = py{37}-ansible-{current,next} +envlist = py{37}-ansible-{previous,current,next} skipsdist = true [testenv] deps = - previous: ansible~=2.7 - current: ansible~=2.8 + previous: ansible~=2.8 + current: ansible~=2.9 next: git+https://github.com/ansible/ansible.git@devel docker molecule