From c9d3027893173e688ce1339be5d08658502aae9d Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 24 Sep 2020 09:26:20 +0200 Subject: [PATCH] Enable next again and update to ansible-2.10! --- templates/tox.ini.j2 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 0ce210c..e211282 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -3,19 +3,15 @@ minversion = 3.7 {% if tox_versions is defined %} envlist = py{38}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} - {% else %} -# Disabled "next" because of: -# https://github.com/ansible-community/molecule/issues/2626. -# envlist = py{38}-ansible-{previous,current,next} -envlist = py{38}-ansible-{previous,current} +envlist = py{38}-ansible-{previous,current,next} {% endif %} skipsdist = true [testenv] deps = - previous: ansible>=2.8, <2.9 - current: ansible>=2.9 + previous: ansible>=2.9, <2.10 + current: ansible next: git+https://github.com/ansible/ansible.git@devel molecule[lint]>=3, <4 docker>=4.2, <4.3