X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=465cf5b3ce53606016a5492858d1fb427bcb8bfb;hb=1af0d577ab6d8c431ae1322657c50efd5e0a1a93;hp=882140fdb4e256a9db239122ff154e2dc1ffa537;hpb=cc21b8b08b6dbcec577bfb26ff397ac899da8002;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 882140f..465cf5b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,10 +48,11 @@ commands = {envpython} --version pytest --version coverage run --module pytest ice_validator --self-test -rxXs - coverage report + coverage xml deps = -rrequirements.txt flake8 coverage + pytest [testenv:style] commands = flake8 ice_validator