File: setup.cfg

package info (click to toggle)
python-hmmlearn 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: python: 4,797; cpp: 321; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
[tool:pytest]
addopts = --doctest-glob=lib/**/*.py --doctest-glob=*.rst

[coverage:run]
branch = true
source = hmmlearn
omit = **/_version.py