Merge pull request #8090 from tk0miya/remove_pylint

Remove pylint task
This commit is contained in:
Takeshi KOMIYA
2020-08-14 01:29:01 +09:00
committed by GitHub
3 changed files with 0 additions and 315 deletions

10
tox.ini
View File

@@ -41,16 +41,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 =