From de5af3aba26bb9cef2e94c0d940e9b8ad85f3f19 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 13 May 2020 07:39:42 +0200 Subject: [PATCH] Color output in GitHubAction, maybe even Travis. --- templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index b655331..28bec30 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -24,5 +24,7 @@ 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 passenv = namespace image tag