diff --git a/tox.ini b/tox.ini index 85e7ff0..4905da2 100644 --- a/tox.ini +++ b/tox.ini @@ -24,4 +24,4 @@ deps = pytest>=7.4 pytest-cov>=4.1 commands = - pytest --cov --cov-config setup.cfg {posargs} + pytest --cov --cov-config tox.ini {posargs}