https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 41eb73771a3df52d9feca78a462a32c806401115 authored by Thomas Wiecki on 26 May 2017, 11:35:46 UTC
Bump version to 3.1rc4
Tip revision: 41eb737
setup.cfg
[tool:pytest]
testpaths = pymc3/tests

[coverage:run]
omit =  *examples*
back to top