summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-23 00:42:59 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-23 01:42:33 +0900
commit00a4c13d0b560172fd667b6082df6204ef136af6 (patch)
tree924f2877bba32ed10e18ce13ea58e5ae53ed324a /tox.ini
parent204564549cae0d2fc88ea270df8dde0535277a70 (diff)
downloadsphinx-git-00a4c13d0b560172fd667b6082df6204ef136af6.tar.gz
Add new extras_require: lint
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8dd113602..0ae042b3f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,8 @@ commands=
basepython = python3
description =
Run style checks.
+extras =
+ lint
commands =
flake8
@@ -54,9 +56,8 @@ commands =
basepython = python3
description =
Run type checks.
-deps =
- mypy
- docutils-stubs
+extras =
+ lint
commands=
mypy sphinx/