https://github.com/pymc-devs/pymc3
Raw File
Tip revision: d97fda83a25f4692dbdd25988df9f224b5a81c3e authored by Chris Fonnesbeck on 25 January 2018, 00:56:22 UTC
Merge pull request #2814 from pymc-devs/3.3release
Tip revision: d97fda8
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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