summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 39381dc02..c1a04dda5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -99,6 +99,16 @@ deps =
-rrequirements/dev-requirements.txt
-rrequirements/plugin-requirements.txt
+#
+# Running static type checkers
+#
+[testenv:mypy]
+skip_install = True
+commands =
+ mypy {posargs}
+deps =
+ mypy
+
#
# Building documentation