summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fb2c58f..7bc66bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,8 +56,11 @@ skip_install = true
[testenv:mypy]
deps =
mypy
+ hypothesis
+ pytest
+ pytest-mock
commands =
- mypy --strict natsort
+ mypy --strict natsort tests
skip_install = true
# Build documentation.