https://github.com/pymc-devs/pymc3
Raw File
Tip revision: edd28d48f919545a056197eba72e280a8dca01ee authored by Chris Fonnesbeck on 13 April 2018, 19:19:40 UTC
Merge pull request #2929 from pymc-devs/v3.4_release
Tip revision: edd28d4
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

[pydocstyle]
add-ignore = D100,D104
convention = numpy
back to top