We do not need to check coverage for this project. --- plaster_pastedeploy-1.0.1/setup.cfg.orig +++ plaster_pastedeploy-1.0.1/setup.cfg @@ -60,7 +60,7 @@ pastedeploy+egg=plaster_pastedeploy:Loader [options.extras_require] -testing = pytest; pytest-cov +testing = pytest [check-manifest] ignore = --- plaster_pastedeploy-1.0.1/tox.ini.orig +++ plaster_pastedeploy-1.0.1/tox.ini @@ -6,7 +6,7 @@ [testenv] commands = - py.test --cov --cov-report= {posargs:} + py.test {posargs:} setenv = COVERAGE_FILE=.coverage.{envname}