X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=a568d3f0fd3791581b330a79e3cef5b9c8f8e8cc;hp=9ef529ffe1603442c8e5835258fccae21eaa9d74;hb=ea14f890f054d5eb85416a5b6c8c7713e2506ad8;hpb=f32b6f276457966347ed0d80ec7673ebc1357dc0 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