--- lazy-object-proxy-1.10.0/tox.ini.orig +++ lazy-object-proxy-1.10.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]