diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 16:16:15 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 16:16:15 +0800 |
commit | d19480a60b4337698df55f4d9c0fadbd38737811 (patch) | |
tree | ce1f9f24f02255a6a714a9dd24fa8bf00e546e0e /zte/vmanager/tox.ini | |
parent | 98315d35b20a4b035570ce86be9342526b6f3866 (diff) |
Update python2 to python3
Change-Id: I1dfd73fe4a934ed1f46d016bdb29df17dfda2a75
Issue-ID: VFC-1429
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/vmanager/tox.ini')
-rw-r--r-- | zte/vmanager/tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 98d17830..354b12d2 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] @@ -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 |