--- lazy_object_proxy-1.11.0/tox.ini.orig +++ lazy_object_proxy-1.11.0/tox.ini @@ -48,7 +48,7 @@ cover: pytest-cov commands = cover: python setup.py clean --all build_ext --force --inplace - nocov: {posargs:pytest -vv --ignore=src} + pytest -vv --ignore=src cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv} [testenv:check]