summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-03-20 19:39:33 +0100
committerLaurent Peuch <cortex@worlddomination.be>2020-03-20 19:39:33 +0100
commit5c3c1a5dd8ccea45cce331e07c5ca39a63b51660 (patch)
treec910a2c64206e460a0f5d0514d8d3b9e8d41c9bf /tox.ini
parent2f92ba46d9801839063d940dfcf1f0d46c576b9d (diff)
downloadlogilab-common-5c3c1a5dd8ccea45cce331e07c5ca39a63b51660.tar.gz
[types] clean type annotations generation from pyannotation
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 341b3ae..fb24e02 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py3
+envlist=py3,mypy
[testenv]
deps =
@@ -14,3 +14,8 @@ deps =
-r docs/requirements-doc.txt
commands=
{envpython} -m sphinx -b html {toxinidir}/docs {toxinidir}/docs/_build/html {posargs}
+
+[testenv:mypy]
+deps =
+ mypy >= 0.761
+commands = mypy --ignore-missing-imports logilab