mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9942 from jdknight/support-tox-coverage-on-win32
tox: support coverage on win32
This commit is contained in:
commit
73da161def
2
tox.ini
2
tox.ini
@ -64,7 +64,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"
|
||||||
commands =
|
commands =
|
||||||
{[testenv]commands}
|
{[testenv]commands}
|
||||||
coverage report
|
coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user