From a4926f3c28efa809e66fa73632e4b2320cd73d84 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 21 Feb 2015 15:14:25 +0200 Subject: [PATCH] Enable stdout capturing for tests by Py.Test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 04d5d3ba..8099fce0 100644 --- a/tox.ini +++ b/tox.ini @@ -41,4 +41,4 @@ deps = pytest commands = {envpython} --version pip install --egg http://sourceforge.net/projects/scons/files/latest/download - py.test -v -s --basetemp="{envtmpdir}" tests + py.test -v --basetemp="{envtmpdir}" tests