浏览代码

Report coverage to terminal as well.

Omer Katz 7 年之前
父节点
当前提交
0a0fc0fbf6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -30,7 +30,7 @@ deps=
 sitepackages = False
 recreate = False
 commands =
-    unit: py.test -xv --cov=celery --cov-report=xml
+    unit: py.test -xv --cov=celery --cov-report=xml --cov-report term
     integration: py.test -xsv t/integration
 setenv =
     WORKER_LOGLEVEL = INFO