diff options
author | 2019-12-17 16:37:25 +0800 | |
---|---|---|
committer | 2020-01-04 15:35:30 +0800 | |
commit | 2479a0739895b15a13a07aa8260598483249c621 (patch) | |
tree | ad6028ebf9490fa63e19dc5f150d555c003517df /tox.ini | |
parent | 47aa1d9d81d42c23f128b5bc7fec52b3f404cc8b (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,5 +22,5 @@ commands = {[testenv]commands} [testenv:cov] -deps = coverage +deps = coverage==4.2 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" |