From feeb0b958aac0bceea1c09cb11a3f07d80491338 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 10 Sep 2013 11:14:16 -0400 Subject: [PATCH] update tox to run tests for ceph-deploy only Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3