X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fvmanager%2Ftox.ini;h=0086ffc321063c15846b62107893489822dda26e;hb=9009b0f9ea2a13bd6898d4b7ca46da5e1c93376a;hp=2d18a62498969cb5625c51747f282c417e3b0eba;hpb=ecdd769d5b85f26075f18ef4f333a421d55f0162;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 2d18a624..0086ffc3 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,cov +envlist = py36,pep8,cov skipsdist = true [testenv] @@ -8,15 +8,17 @@ commands = coverage run --branch manage.py test [flake8] ignore = E501,E722 +exclude = ./venv-tox,./.tox,./venv max-complexity = 12 [testenv:pep8] deps = flake8 commands = flake8 -[testenv:py27] +[testenv:py36] commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov \ No newline at end of file +deps = coverage==4.2 +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" \ No newline at end of file