diff options
author | harupy <17039389+harupy@users.noreply.github.com> | 2020-08-14 00:48:41 +0900 |
---|---|---|
committer | harupy <17039389+harupy@users.noreply.github.com> | 2020-08-14 00:48:41 +0900 |
commit | 2a632598c3c93222bcfcf2654593c08ee2c9271c (patch) | |
tree | 40d3e735b68b44b3c04f7956636322ec1dfa779e /tox.ini | |
parent | 2f971a61f3fda7ead81f1434913ed0d2f52d82cf (diff) | |
download | sphinx-git-2a632598c3c93222bcfcf2654593c08ee2c9271c.tar.gz |
fix
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |