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
|
||||
setenv =
|
||||
PYTHONWARNINGS = all,ignore::ImportWarning:importlib._bootstrap_external,ignore::DeprecationWarning:site,ignore::DeprecationWarning:distutils
|
||||
PYTEST_ADDOPTS = --color yes
|
||||
commands=
|
||||
pytest --durations 25 {posargs}
|
||||
|
||||
@ -55,7 +56,7 @@ basepython = python3
|
||||
description =
|
||||
Run code coverage checks.
|
||||
setenv =
|
||||
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg --color yes
|
||||
PYTEST_ADDOPTS = --cov sphinx --cov-config {toxinidir}/setup.cfg
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
coverage report
|
||||
|
Loading…
Reference in New Issue
Block a user