https://github.com/pymc-devs/pymc3
Raw File
Tip revision: d3ab7fab7d6037b339a7e4df32ec83ed1526dbfe authored by Chris Fonnesbeck on 05 October 2017, 15:33:03 UTC
Merge pull request #2607 from pymc-devs/3.2rc1
Tip revision: d3ab7fa
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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