mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Color pytest output log
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -55,7 +55,7 @@ basepython = python3
|
|||||||
description =
|
description =
|
||||||
Run code coverage checks.
|
Run code coverage checks.
|
||||||
setenv =
|
setenv =
|
||||||
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg
|
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg --color yes
|
||||||
commands =
|
commands =
|
||||||
{[testenv]commands}
|
{[testenv]commands}
|
||||||
coverage report
|
coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user