From: Alfredo Deza Date: Fri, 20 Sep 2013 16:44:27 +0000 (-0400) Subject: append .tox to avoid going in there X-Git-Tag: 1.1.0~1862^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=345bc47fc56e8311bd0ee17127c8a8775c4c0a13;p=teuthology.git append .tox to avoid going in there Signed-off-by: Alfredo Deza --- diff --git a/pytest.ini b/pytest.ini index a16392bbb..847360a69 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -norecursedirs = .git build virtualenv teuthology.egg-info +norecursedirs = .git build virtualenv teuthology.egg-info .tox