From: Alfredo Deza Date: Tue, 10 Sep 2013 15:14:16 +0000 (-0400) Subject: update tox to run tests for ceph-deploy only X-Git-Tag: v1.2.4~10^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=feeb0b958aac0bceea1c09cb11a3f07d80491338;p=ceph-deploy.git update tox to run tests for ceph-deploy only Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index c3eb25d..5a078cd 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py26, py27 deps= pytest mock -commands=py.test -v {posargs:ceph_deploy} +commands=py.test -v {posargs:ceph_deploy/tests}