Color pytest output log

This commit is contained in:
harupy
2020-08-14 00:41:17 +09:00
parent 4baa7ce99b
commit 2f971a61f3

View File

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