Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-22 18:42:59 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-22 19:42:33 +0300
commit00a4c13d0b560172fd667b6082df6204ef136af6 (patch)
tree924f2877bba32ed10e18ce13ea58e5ae53ed324a /setup.py
parent204564549cae0d2fc88ea270df8dde0535277a70 (diff)
Add new extras_require: lint
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 55578350f..19522777b 100644
--- a/setup.py
+++ b/setup.py
@@ -41,15 +41,18 @@ extras_require = {
'docs': [
'sphinxcontrib-websupport',
],
- 'test': [
- 'pytest < 5.3.3',
- 'pytest-cov',
- 'html5lib',
+ 'lint': [
'flake8>=3.5.0',
'flake8-import-order',
'mypy>=0.761',
'docutils-stubs',
],
+ 'test': [
+ 'pytest < 5.3.3',
+ 'pytest-cov',
+ 'html5lib',
+ 'typed_ast', # for py35-37
+ ],
}
# Provide a "compile_catalog" command that also creates the translated