summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-12-17 16:37:25 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 15:35:30 +0800
commit2479a0739895b15a13a07aa8260598483249c621 (patch)
treead6028ebf9490fa63e19dc5f150d555c003517df /tox.ini
parent47aa1d9d81d42c23f128b5bc7fec52b3f404cc8b (diff)
Refactor the notification process code
Change-Id: Ie12527c77e5cacc55bdc3bc1505ec130e9d3c582 Issue-ID: MODELING-269 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3745940..f9b7824 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,5 +22,5 @@ commands =
{[testenv]commands}
[testenv:cov]
-deps = coverage
+deps = coverage==4.2
commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"