diff options
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini index d422bee..9a0c169 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file |