summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-11-11 13:29:29 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-11-12 10:17:42 -0500
commit8cc7e8d184168f36fb05cac96834ea7ec35fb8a0 (patch)
tree88e96b0b6f893bc421db9ecf98eceaf925ffadc3 /tox.ini
parent21c38da5034d1fafb0b73313540b71d7f785e207 (diff)
downloaddogpile-cache-8cc7e8d184168f36fb05cac96834ea7ec35fb8a0.tar.gz
pep 484 bonanza
add mypy to the test suite Change-Id: I1eaa68e0774a0c34b4ca07f71509f9a759dbb15e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 109c00d..2c11621 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,6 +49,14 @@ commands=
sitepackages=False
usedevelop=True
+[testenv:mypy]
+basepython = python3
+deps=
+ mypy
+ redis
+ Mako
+ decorator
+commands = mypy ./dogpile/
# thanks to https://julien.danjou.info/the-best-flake8-extensions/
[testenv:pep8]