X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=a568d3f0fd3791581b330a79e3cef5b9c8f8e8cc;hp=9ef529ffe1603442c8e5835258fccae21eaa9d74;hb=136186e189027698662452ee00a5e50ebe82384f;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a diff --git a/tox.ini b/tox.ini index 9ef529f..a568d3f 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ commands = [testenv:lint] envdir = {toxworkdir}/py3 commands = - flake8 --ignore E501,E402 {posargs} n2vc tests + flake8 --ignore E501,E402 --exclude tests/charms/builds,tests/charms/deps {posargs} n2vc tests deps = flake8