Enable next again and update to ansible-2.10!
This commit is contained in:
parent
e28e4cd98c
commit
c9d3027893
|
|
@ -3,19 +3,15 @@
|
||||||
minversion = 3.7
|
minversion = 3.7
|
||||||
{% if tox_versions is defined %}
|
{% 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 %}
|
envlist = py{38}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
# Disabled "next" because of:
|
envlist = py{38}-ansible-{previous,current,next}
|
||||||
# https://github.com/ansible-community/molecule/issues/2626.
|
|
||||||
# envlist = py{38}-ansible-{previous,current,next}
|
|
||||||
envlist = py{38}-ansible-{previous,current}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
previous: ansible>=2.8, <2.9
|
previous: ansible>=2.9, <2.10
|
||||||
current: ansible>=2.9
|
current: ansible
|
||||||
next: git+https://github.com/ansible/ansible.git@devel
|
next: git+https://github.com/ansible/ansible.git@devel
|
||||||
molecule[lint]>=3, <4
|
molecule[lint]>=3, <4
|
||||||
docker>=4.2, <4.3
|
docker>=4.2, <4.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue