https://github.com/jrbourbeau/pyunfold
Raw File
Tip revision: 5b8d84f1909e77187c4abaa00e07aee183713a1a authored by James Bourbeau on 05 May 2018, 04:25:01 UTC
Incremental release v0.2.2 (#43)
Tip revision: 5b8d84f
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__
max-line-length = 100
back to top