https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 4e695f635b2ead24e2e647651eadd2505ab1fa63 authored by Chris Fonnesbeck on 21 July 2018, 20:35:18 UTC
Merge pull request #3108 from pymc-devs/release_3.5
Tip revision: 4e695f6
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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