ansible-role-grub/tox.ini
2020-10-16 11:15:39 +02:00

25 lines
439 B
INI

#
# Ansible managed
#
[tox]
minversion = 3.7
envlist = py{38}-ansible-{previous,current}
skipsdist = true
[testenv]
deps =
previous: ansible>=2.9, <2.10
current: ansible
next: git+https://github.com/ansible/ansible.git@devel
molecule[docker]>=3, <4
docker>=4.2, <4.3
ansible-lint
commands = molecule test
setenv =
TOX_ENVNAME={envname}
PY_COLORS=1
ANSIBLE_FORCE_COLOR=1
passenv = namespace image tag