File: setup.cfg

package info (click to toggle)
napalm-iosxr 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 81
  • sloc: python: 1,561; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[pylama]
linters = mccabe,pep8,pyflakes
ignore = D203,C901,E128
skip = .tox/*

[pylama:pep8]
max_line_length = 100

[tool:pytest]
addopts = --cov=napalm_iosxr --cov-report term-missing -vs --pylama
json_report = report.json
jsonapi = true

[coverage:run]
include = 
	napalm_iosxr/*

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0