File: setup.cfg

package info (click to toggle)
python-ipmi 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,132 kB
  • sloc: python: 12,645; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[aliases]
test=pytest

[nosetests]
with-coverage = 1
cover-xml = 1
cover-branches = 1
cover-package = pyipmi

[pep257]
ignore = D100,D101,D102,D103,D104,D105,D203,D204

[flake8]
extend-ignore = E501