From 25a4d7d882d159e0fe06a5346299367bcfc481e4 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 17 Mar 2015 13:19:26 +0100 Subject: [PATCH] remove default-verbose running --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 827125dfb..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