Remove "next", it fails with Molecule 3.1, use molecule[docker] and remove MOLECULE_EPHEMERAL_DIRECTORY.

This commit is contained in:
Robert de Bock 2020-10-15 23:12:35 +02:00
parent d528c582c0
commit 2b62233918

View file

@ -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