8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919aa30 commit c41a59aCopy full SHA for c41a59a
tox.ini
@@ -58,7 +58,8 @@ commands =
58
# Make sure the tests pass with and without --mpl
59
# Use -m so pytest skips "subtests" which always apply --mpl
60
pytest '{toxinidir}' -m "mpl_image_compare" {posargs}
61
- pytest '{toxinidir}' --mpl --cov pytest_mpl {posargs}
+ coverage run --source=pytest_mpl -m pytest '{toxinidir}' --mpl
62
+ coverage xml -o '{toxinidir}{/}coverage.xml'
63
64
[testenv:codestyle]
65
skip_install = true
0 commit comments