netmiko and config files

This commit is contained in:
Pieprzycki Piotr
2016-11-05 23:40:11 +01:00
parent 9d933d748f
commit 681797fc6d
5 changed files with 75 additions and 31 deletions

15
setup.cfg Normal file
View File

@@ -0,0 +1,15 @@
[pylama]
linters = mccabe,pep8,pyflakes
ignore = D203,C901
[pylama:pep8]
max_line_length = 100
[pytest]
addopts = --cov=./ -vs
json_report = report.json
jsonapi = true
[coverage:run]
include =
napalm_vyos/*