https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 07901156f1beec577c6ff7965c2fbda9f00e3c96 authored by Alexandre ANDORRA on 24 June 2020, 11:54:24 UTC
Set-up 3.9.2 Release (#3982)
Tip revision: 0790115
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*

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