From: Alfredo Deza Date: Thu, 26 Jun 2014 19:23:03 +0000 (-0400) Subject: ensure we are testing remoto tests only in tox.ini X-Git-Tag: 0.0.17~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cbfe402adeeb7d8f07fb11267691a778f4876b8d;p=remoto.git ensure we are testing remoto tests only in tox.ini Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index b9c7d47..1f71940 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py26, py27, py33 deps = pytest mock -commands = py.test -v +commands = py.test -v remoto/tests