From 25f60c85a84b9d3192700f60820e6cccbf51ca84 Mon Sep 17 00:00:00 2001 From: Eugene Amirov Date: Thu, 18 Jun 2015 13:18:52 +0300 Subject: [PATCH] Limiting tests to `./tests` folder --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4dc9e8ca5..ef6451af5 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py27 deps = -rrequirements.txt -rtests/requirements.txt -commands = nosetests [] +commands = nosetests -v tests []