From 31ea79201547a698eff6377e56b297538bb456a3 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 6 Sep 2014 14:31:59 +0300 Subject: [PATCH] tox: should run without `-v` flag --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 62187d2..b99ffeb 100644 --- a/tox.ini +++ b/tox.ini @@ -2,4 +2,4 @@ envlist = py27,py33 [testenv] deps=pytest -commands=py.test -v tests/ +commands=py.test tests/