X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=a4217bb8b4513905df261bbcd1a2c190b9aff8b4;hb=125564bb4377889534258782e5a9bcb5fb6d0896;hp=c8468a5230c216dffcd28926f34e55ad545099d6;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index c8468a5..a4217bb 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 = py3,style +envlist = py36 [testenv] distribute = False @@ -49,15 +48,13 @@ commands = pytest --version coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml -deps = -rrequirements.txt - flake8==3.4.1 + flake8 --version + flake8 ice_validator +deps = --no-use-pep517 + -rrequirements.txt + flake8==3.6.0 coverage==4.5.1 -[testenv:style] -commands = flake8 ice_validator - -[testenv:py3] -basepython=python3.6 [flake8] ignore = W391, W503, E501