diff --git a/setup.cfg b/setup.cfg index c1c45e8..c2901bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ skip = build/*,.tox/* [pylama:pep8] max_line_length = 100 -[pytest] +[tool:pytest] addopts = --cov=napalm_panos --cov-report term-missing -vs --pylama json_report = report.json jsonapi = true