mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix
This commit is contained in:
parent
2f971a61f3
commit
2a632598c3
3
tox.ini
3
tox.ini
@ -26,6 +26,7 @@ extras =
|
|||||||
test
|
test
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS = all,ignore::ImportWarning:importlib._bootstrap_external,ignore::DeprecationWarning:site,ignore::DeprecationWarning:distutils
|
PYTHONWARNINGS = all,ignore::ImportWarning:importlib._bootstrap_external,ignore::DeprecationWarning:site,ignore::DeprecationWarning:distutils
|
||||||
|
PYTEST_ADDOPTS = --color yes
|
||||||
commands=
|
commands=
|
||||||
pytest --durations 25 {posargs}
|
pytest --durations 25 {posargs}
|
||||||
|
|
||||||
@ -55,7 +56,7 @@ basepython = python3
|
|||||||
description =
|
description =
|
||||||
Run code coverage checks.
|
Run code coverage checks.
|
||||||
setenv =
|
setenv =
|
||||||
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg --color yes
|
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