From 70b7b98e61ced0d54dbfe4fd028a060366ed92e6 Mon Sep 17 00:00:00 2001 From: hongyuzhao Date: Fri, 5 Jul 2019 17:09:23 +0800 Subject: vnfres upgrade from python2 to python3 Change-Id: Ide7c76f81f59a1ccd22c6550ee6c7f68e29cb021 Issue-ID: VFC-1429 Signed-off-by: hongyuzhao --- res/tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/tox.ini') diff --git a/res/tox.ini b/res/tox.ini index f2cdb3c..13e2837 100644 --- a/res/tox.ini +++ b/res/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 res 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 -- cgit 1.2.3-korg