X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=84e1b14fc463bd56a75f031ec910da626b88ba5a;hb=9da2967e6c91d12359896ef3906c47e51d030959;hp=e414f8293972392b910c26916c416b5ce04674a7;hpb=5fe6216becd1d0451d356569de24fd68d49d9982;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index e414f82..84e1b14 100644 --- a/tox.ini +++ b/tox.ini @@ -35,12 +35,11 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # [tox] skipsdist=True -envlist = py27,py3,style +envlist = py36 [testenv] distribute = False @@ -49,18 +48,15 @@ commands = pytest --version coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml -deps = -rrequirements.txt + flake8 --version + flake8 ice_validator + bandit -c bandit.yaml -r . -x ./.tox/**,./venv-tox/** +deps = --no-use-pep517 + -rrequirements.txt flake8 coverage + bandit -[testenv:style] -commands = flake8 ice_validator - -[testenv:py27] -basepython=python2.7 - -[testenv:py3] -basepython=python3.6 [flake8] ignore = W391, W503, E501