diff --git a/setup.cfg b/setup.cfg index d54b7a4..75f55d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,11 +23,12 @@ matrix_common = py.typed [options.extras_require] -dev = - # for tests +test = tox twisted aiounittest +dev = + %(test)s # for type checking mypy == 0.910 # for linting diff --git a/tox.ini b/tox.ini index 291e9b2..952b7ea 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ isolated_build = true # creates a symlink to the project directory instead of unpacking the sdist. usedevelop=true -extras = dev +extras = test commands = python -m twisted.trial tests