From 2f971a61f3fda7ead81f1434913ed0d2f52d82cf Mon Sep 17 00:00:00 2001 From: harupy <17039389+harupy@users.noreply.github.com> Date: Fri, 14 Aug 2020 00:41:17 +0900 Subject: [PATCH] Color pytest output log --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bddd822a6..e2bad0293 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ basepython = python3 description = Run code coverage checks. setenv = - PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg + PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg --color yes commands = {[testenv]commands} coverage report