X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=84e1b14fc463bd56a75f031ec910da626b88ba5a;hb=b395eb5bb6c79558202a3d414982a56fac7c9e1d;hp=305378c65ea2f6084d924ab447724ed3aea6427a;hpb=961f572383ff3398bcafc802682b92f23f8ab1fe;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 305378c..84e1b14 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # [tox] @@ -51,10 +50,12 @@ commands = coverage xml flake8 --version flake8 ice_validator + bandit -c bandit.yaml -r . -x ./.tox/**,./venv-tox/** deps = --no-use-pep517 -rrequirements.txt - flake8==3.6.0 - coverage==4.5.1 + flake8 + coverage + bandit [flake8]