From c69978fbb0d38e3662c00d702dffb0b7e694be8f Mon Sep 17 00:00:00 2001 From: Anatoly Bubenkov Date: Tue, 24 Mar 2015 13:41:49 +0100 Subject: [PATCH] revert verbosity --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b9964a447..53bfb3f06 100644 --- a/tox.ini +++ b/tox.ini @@ -136,7 +136,7 @@ commands= minversion=2.0 plugins=pytester #--pyargs --doctest-modules --ignore=.tox -addopts= -rxsX -vl +addopts= -rxsX rsyncdirs=tox.ini pytest.py _pytest testing python_files=test_*.py *_test.py testing/*/*.py python_classes=Test Acceptance