diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-08-14 14:28:58 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-08-14 14:28:58 +0900 |
commit | 8412347f5dc129b42e4dd05d7f8921a77fe90918 (patch) | |
tree | ba89b3ba9974a52797f8da1580401fa6c9db8cd3 /tox.ini | |
parent | ba0e5d0ec235212bca653c9a0f2dc390ec6a6122 (diff) | |
parent | b2d524d2b23e142fd91c39d862fa04eb4acc3b22 (diff) | |
download | sphinx-git-8412347f5dc129b42e4dd05d7f8921a77fe90918.tar.gz |
Merge branch '3.x'
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 = |