diff --git a/tox.ini b/tox.ini index c50e81d..053adc9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,11 @@ [tox] -envlist = py36,py37,py38,py39 +envlist = py36,py37,py38,py39,py310,py311,py312,py313,py314 [testenv] # install pytest in the virtualenv where commands will be executed -deps = pytest +deps = + pytest + setuptools commands = pytest -vvs