summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-07-03 15:17:30 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-07-03 15:48:46 +0800
commit8470eb9f5845d55a3bec9351b1982f61a2fdd319 (patch)
tree569e39d02ac87900867f49e28aafa0cff5cc52f3 /gvnfmadapter/tox.ini
parent21c2a798f6adca51eb2881e1a84ca1d10967d4e8 (diff)
Update python2 to python3
Change-Id: Icb5a35dd320ccbf80c66089977550755810c859f Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index 43bb510..ddc0f37 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,pep8,cov
+envlist = py36,pep8,cov
skipsdist = true
[testenv]
@@ -15,9 +15,10 @@ max-complexity = 12
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