https://github.com/jrbourbeau/pyunfold
Raw File
Tip revision: 0b50d43d17380d2663c3d1a8c3356fadde4917aa authored by James Bourbeau on 19 November 2018, 04:50:42 UTC
Version 0.5.0 release (#104)
Tip revision: 0b50d43
setup.cfg
[bdist_wheel]
universal=1

[tool:pytest]
addopts = -sv

[coverage:run]
omit =
    */test*
    */setup.py
source =
    pycondor

[coverage:report]
precision = 2

[flake8]
exclude = __init__.py,__pycache__,*conftest.py
max-line-length = 100
back to top