mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-02-22 18:27:47 +01:00
Remove "next", it fails with Molecule 3.1, use molecule[docker] and remove MOLECULE_EPHEMERAL_DIRECTORY.
This commit is contained in:
parent
d528c582c0
commit
2b62233918
5
tox.ini
5
tox.ini
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
[tox]
|
||||
minversion = 3.7
|
||||
envlist = py{38}-ansible-{previous,current,next}
|
||||
envlist = py{38}-ansible-{previous,current}
|
||||
|
||||
skipsdist = true
|
||||
|
||||
|
|
@ -12,12 +12,11 @@ deps =
|
|||
previous: ansible>=2.9, <2.10
|
||||
current: ansible
|
||||
next: git+https://github.com/ansible/ansible.git@devel
|
||||
molecule[lint]>=3, <4
|
||||
molecule[docker]>=3, <4
|
||||
docker>=4.2, <4.3
|
||||
commands = molecule test
|
||||
setenv =
|
||||
TOX_ENVNAME={envname}
|
||||
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
|
||||
PY_COLORS=1
|
||||
ANSIBLE_FORCE_COLOR=1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue