From 90c104bb41603105874362c4d1cc91d4389a9be5 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 18 Jan 2015 22:08:05 +0200 Subject: Remove the debug output. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ace8d90b..5a428794 100644 --- a/tox.ini +++ b/tox.ini @@ -16,4 +16,4 @@ deps = logilab-common six -commands = python -m unittest discover -v -s {envsitepackagesdir}/astroid/tests -p "unittest*.py" +commands = python -m unittest discover -s {envsitepackagesdir}/astroid/tests -p "unittest*.py" -- cgit v1.2.1