aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-04 10:44:08 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-04 14:10:31 +0800
commitf0c32021572945e00a30570d2323babb03401d16 (patch)
tree1e5d2b8a09edd4bf795be48ff0c67df100d0b748 /tox.ini
parentf2a5c03d4d695a5f10c1275aa1aa12c9279b5950 (diff)
Update python2 to python3
Update python2 to python3 Change-Id: Ic40b6f3a542f60de955ef7af158cd18b8b0e24a9 Issue-ID: VFC-1429 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f0b29e88..cd624430 100644
--- a/tox.ini
+++ b/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 lcm
deps = flake8
commands = flake8
-[testenv:py27]
+[testenv:py36]
commands =
{[testenv]commands}
[testenv:cov]
+deps = coverage
commands = coverage xml --omit="*test_*,*__init__.py,*site-packages*"