New action required new container with new python.

This commit is contained in:
Robert de Bock 2023-09-24 10:27:30 +02:00
parent 03622da003
commit c4cc5483cb
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{310}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
envlist = py{311}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %}
envlist = py{310}-ansible{6,7,8}
envlist = py{311}-ansible{6,7,8}
{% endif %}
skipsdist = true