New action required new container with new python.
This commit is contained in:
parent
03622da003
commit
c4cc5483cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue