summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-10 13:18:45 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-10 13:20:06 +0900
commit6cf1301c9e479bc886a237ece76d0b8ae8675a41 (patch)
treefa0e25dd266d12a292c4829dc1a9a43a40ef421c /tox.ini
parentf916e1d5c88e9e1f9e3ef5f24a7b62553d92f6e3 (diff)
downloadsphinx-git-6cf1301c9e479bc886a237ece76d0b8ae8675a41.tar.gz
Remove pylint task
At present, pylint has no longer been used in this project. This removes the tasks and files for pylint from repository.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index bddd822a6..547fe7c40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,16 +40,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 =