diff --git a/tox.ini b/tox.ini index 9022a23..48e8339 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ passenv = extras = tests commands = - pytest -v -s -W all --cov pylast --cov tests --cov-report term-missing --random-order {posargs} + pytest -v -s -W all --cov pylast --cov tests --cov-report term-missing --cov-report xml --random-order {posargs} [testenv:lint] passenv =