{{ ansible_managed | comment }} [tox] 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 %} envlist = py{38}-ansible-{previous,current} {% endif %} skipsdist = true [testenv] deps = previous: ansible>=2.9, <2.10 current: ansible next: git+https://github.com/ansible/ansible.git@devel molecule[docker]>=3, <4 docker>=4.2, <4.3 commands = molecule test setenv = TOX_ENVNAME={envname} PY_COLORS=1 ANSIBLE_FORCE_COLOR=1 passenv = namespace image tag