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
|
||||
{% 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 %}
|
||||
# Disabled "next" because of:
|
||||
# https://github.com/ansible-community/molecule/issues/2626.
|
||||
# envlist = py{38}-ansible-{previous,current,next}
|
||||
envlist = py{38}-ansible-{previous,current}
|
||||
envlist = py{38}-ansible-{previous,current,next}
|
||||
{% endif %}
|
||||
skipsdist = true
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
previous: ansible>=2.8, <2.9
|
||||
current: ansible>=2.9
|
||||
previous: ansible>=2.9, <2.10
|
||||
current: ansible
|
||||
next: git+https://github.com/ansible/ansible.git@devel
|
||||
molecule[lint]>=3, <4
|
||||
docker>=4.2, <4.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue