blob: 7964b88f6207cd6716857948f62355f8ef669f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[run]
branch = true
parallel = true
omit =
setup*
*/showme.py
.tox/coverage/lib/python3.5/site-packages/*
*/test_*.py
[paths]
source =
mailman
.tox/coverage/lib/python*/site-packages/mailman
|