mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-02-22 18:27:47 +01:00
Test on Ansible 2.10! (or actually "latest")
This commit is contained in:
parent
4d068582d5
commit
fcd10a25f0
9
tox.ini
9
tox.ini
|
|
@ -3,16 +3,13 @@
|
|||
#
|
||||
[tox]
|
||||
minversion = 3.7
|
||||
# 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}
|
||||
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 a new issue