diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-01-21 16:17:32 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-01-21 08:21:14 +0000 |
commit | 3ab6a5d466be1e7e4abb809ed18419a68fdae54f (patch) | |
tree | 11748d8d3947c9888d5234a1af332c0806c80988 | |
parent | 2f42a0691906a05b676a2724eb86c1adba652882 (diff) |
Fix textenv cov error
Change-Id: Idd9966a058047f4ebef175662d02b31196efaa29
Issue-ID: VFC-1595
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | res/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini index 13e2837..9863e7a 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -23,5 +23,5 @@ commands = {[testenv]commands} [testenv:cov] -deps = coverage +deps = coverage==4.2 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file |