Skip to content

Commit 74d0531

Browse files
committed
Add coverage to tox
1 parent f736469 commit 74d0531

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ extras =
1515
commands =
1616
{envpython} selftest.py
1717
{envpython} -m pytest \
18+
--cov PIL \
19+
--cov Tests \
20+
--cov-report html \
21+
--cov-report term \
22+
--cov-report xml \
1823
--dist worksteal \
1924
--numprocesses auto \
2025
-W always \

0 commit comments

Comments
 (0)