diff --git a/tox.ini b/tox.ini index ec0403f..35ddd3d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py37,py38,py39,py310,py311,py312,pypy3, + py38,py39,py310,py311,py312,pypy3, docs, coverage isolated_build = True @@ -23,6 +23,7 @@ deps = coverage setenv = COVERAGE_FILE=.coverage +depends = py38,py39,py310,py311,py312,pypy3 [testenv:docs] allowlist_externals =