Преглед на файлове

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