diff --git a/setup.cfg b/setup.cfg index 5f41e7f..b747ba4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,4 +34,4 @@ zip_safe = 1 python_requires = >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*, [tool:pytest] -addopts= --cov=git_archive_all --cov-report=term --cov-report=html --cov-branch +addopts= --cov=git_archive_all --cov-report=term --cov-report=html --cov-branch --showlocals -vv