From 7724cc2c994410fa1dcf53c768a116f2c5cf4ce5 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 7 Feb 2020 15:02:39 +0100 Subject: [PATCH] At least some retries. --- templates/tox.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}