diff --git a/tox.ini b/tox.ini index b0bc11a7..5362094b 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,8 @@ min_version = 4.0 env_list = py310 py39 -# Removing type because we're not using mypy for now -# type + type +skip_missing_interpreters = true [testenv] deps = pytest