summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-14 14:28:58 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-14 14:28:58 +0900
commit8412347f5dc129b42e4dd05d7f8921a77fe90918 (patch)
treeba89b3ba9974a52797f8da1580401fa6c9db8cd3 /tox.ini
parentba0e5d0ec235212bca653c9a0f2dc390ec6a6122 (diff)
parentb2d524d2b23e142fd91c39d862fa04eb4acc3b22 (diff)
downloadsphinx-git-8412347f5dc129b42e4dd05d7f8921a77fe90918.tar.gz
Merge branch '3.x'
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 1 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 5fd561873..01881dd97 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,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}
@@ -38,16 +39,6 @@ extras =
commands =
flake8 {posargs}
-[testenv:pylint]
-basepython = python3
-description =
- Run source code analyzer.
-deps =
- pylint
- {[testenv]deps}
-commands =
- pylint --rcfile utils/pylintrc sphinx
-
[testenv:coverage]
basepython = python3
description =