From 63eacd9dd5fba73456daa6ab6c91ce6318dce98b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 12 Jun 2012 13:41:29 +0200 Subject: [PATCH] fix comment handling --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00d4c2135..407d5bc5d 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,8 @@ commands= [pytest] minversion=2.0 plugins=pytester -addopts= -rxs #--pyargs --doctest-modules --ignore=.tox +#--pyargs --doctest-modules --ignore=.tox +addopts= -rxs rsyncdirs=tox.ini pytest.py _pytest testing python_files=test_*.py *_test.py python_classes=Test Acceptance