diff --git a/tox.ini b/tox.ini index e5f1c59ba..d9e218e29 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ allowlist_externals = make [pytest] -addopts = --color=yes --cov +addopts = --color=yes --cov=xsdba [testenv] setenv = @@ -61,6 +61,6 @@ commands_pre = pip list pip check commands = - pytest xsdba {posargs} + pytest {posargs} ; Coveralls requires access to a repo token set in .coveralls.yml in order to report stats coveralls: - coveralls