Any version of Python 3.

This commit is contained in:
Robert de Bock 2023-09-25 08:09:47 +02:00
parent 0e51c7a1d4
commit e59a7751d8
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
[tox]
minversion = 4.2.4
{% if tox_ansible_versions is defined %}
envlist = py{311}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
envlist = py3-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %}
envlist = py{311}-ansible{6,7,8}
envlist = py3-ansible{6,7,8}
{% endif %}
skipsdist = true