summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorharupy <17039389+harupy@users.noreply.github.com>2020-08-14 00:48:41 +0900
committerharupy <17039389+harupy@users.noreply.github.com>2020-08-14 00:48:41 +0900
commit2a632598c3c93222bcfcf2654593c08ee2c9271c (patch)
tree40d3e735b68b44b3c04f7956636322ec1dfa779e /tox.ini
parent2f971a61f3fda7ead81f1434913ed0d2f52d82cf (diff)
downloadsphinx-git-2a632598c3c93222bcfcf2654593c08ee2c9271c.tar.gz
fix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e2bad0293..119944d6e 100644
--- a/tox.ini
+++ b/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