summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 39fde90..2d5aa01 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,8 @@ envlist =
py36,
py37,
py38,
- coverage-report
+ coverage-report,
+ mypy
[testenv]
commands =
@@ -37,3 +38,9 @@ commands =
coverage report
coverage html
coverage
+
+[testenv:mypy]
+deps = mypy
+skip_install = true
+commands =
+ mypy magic.pyi