Codebase list python-popcon / f09a837d-f3a9-4511-8ab1-be913f80824a/main setup.cfg
f09a837d-f3a9-4511-8ab1-be913f80824a/main

Tree @f09a837d-f3a9-4511-8ab1-be913f80824a/main (Download .tar.gz)

setup.cfg @f09a837d-f3a9-4511-8ab1-be913f80824a/mainraw · history · blame

[bdist_wheel]
universal=1

[tool:pytest]
addopts =
    --cov=popcon
    --cov=tests
    --cov-report=term-missing:skip-covered
    --cov-report=html

[flake8]
exclude = venv,build