diff --git a/tox.ini b/tox.ini index 0ff0e30..74597aa 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py38, py39, py310, py311 [testenv] -extras = tests +extras = web,tests commands = pytest {posargs} [testenv:coverage]