From: Zack Cerza Date: Thu, 29 Mar 2018 19:26:32 +0000 (-0600) Subject: tox: Use py.test -v for integration tests X-Git-Tag: v2.0~37^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e1ec50639747996bd2b103383061cf565b19c0a;p=cephmetrics.git tox: Use py.test -v for integration tests Signed-off-by: Zack Cerza --- diff --git a/tox.ini b/tox.ini index 0c8e78e..2cb6f1e 100644 --- a/tox.ini +++ b/tox.ini @@ -36,4 +36,4 @@ deps= testinfra changedir=ansible commands= - py.test -n auto --connection=ansible --ansible-inventory {posargs} ./roles/ + py.test -v -n auto --connection=ansible --ansible-inventory {posargs} ./roles/