summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-05 15:26:08 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-05 15:51:52 +0800
commitde9024b973f8ed49d7ec3d97c0031b120f114d5f (patch)
tree931f800836bdd2316f34d0b57cd4563e361f010e /mgr/tox.ini
parenta46745056321f9e5076e0d790713e46c46f8f59f (diff)
vnfmgr upgrade from python2 to python3
Change-Id: I72921484cc647ade42e2d48ecbf618d7743e0d0e Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'mgr/tox.ini')
-rw-r--r--mgr/tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini
index a1965d2..a666b43 100644
--- a/mgr/tox.ini
+++ b/mgr/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,pep8,cov
+envlist = py36,pep8,cov
skipsdist = true
[tox:jenkins]
@@ -18,9 +18,10 @@ commands = coverage run --branch manage.py test mgr
deps = flake8
commands = flake8
-[testenv:py27]
+[testenv:py36]
commands =
{[testenv]commands}
[testenv:cov]
+deps = coverage
commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" \ No newline at end of file