diff options
author | maopengzhang <zhang.maopeng1@zte.com.cn> | 2019-07-04 10:44:08 +0800 |
---|---|---|
committer | maopengzhang <zhang.maopeng1@zte.com.cn> | 2019-07-04 14:10:31 +0800 |
commit | f0c32021572945e00a30570d2323babb03401d16 (patch) | |
tree | 1e5d2b8a09edd4bf795be48ff0c67df100d0b748 /tox.ini | |
parent | f2a5c03d4d695a5f10c1275aa1aa12c9279b5950 (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.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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*" |