From f0c32021572945e00a30570d2323babb03401d16 Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Thu, 4 Jul 2019 10:44:08 +0800 Subject: Update python2 to python3 Update python2 to python3 Change-Id: Ic40b6f3a542f60de955ef7af158cd18b8b0e24a9 Issue-ID: VFC-1429 Signed-off-by: maopengzhang --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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*" -- cgit 1.2.3-korg