Преглед изворни кода

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