aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-19 01:45:32 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-21 16:45:35 +0800
commitbcb052d85db44e0caa5036292f3e1d811e98971b (patch)
tree798b009444a28102e9120eff8c6a3bcb6b040c23 /tox.ini
parent3e443dff14a2be02b914e66f27b549d0ed4cc600 (diff)
Move coverage config to .coveragerc
.coveragerc will be used by tox, pytest, PyCharm and etc Change-Id: I1f128231cda5f3ebffff9e99b1de9134c78fcc00 Signed-off-by: Yujun Zhang <zhang.yujunz@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 1a90dfa3..40ecbbf6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ deps =
commands=
py.test \
--basetemp={envtmpdir} \
- --cov qtip --cov-report term-missing --cov-report html \
+ --cov \
{posargs}
setenv=
HOME = {envtmpdir}