diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index a87baf1..0309c97 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -16,8 +16,8 @@ deps = next: git+https://github.com/ansible/ansible.git@devel docker molecule -commands = - molecule test +install_command = pip install --retries 3 {packages} +commands = molecule test setenv = TOX_ENVNAME={envname} MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}