From cbfe402adeeb7d8f07fb11267691a778f4876b8d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 26 Jun 2014 15:23:03 -0400 Subject: [PATCH] ensure we are testing remoto tests only in tox.ini Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3