Minor arrangements

This commit is contained in:
David Barroso
2016-12-17 13:13:49 +01:00
parent fe54430482
commit 8d4935e995
5 changed files with 20 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ ignore = D203,C901
max_line_length = 100
[tools:pytest]
addopts = --cov=./ -vs
addopts = --cov=napalm_vyos --cov-report term-missing -vs --pylama
json_report = report.json
jsonapi = true