summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-20 22:45:54 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-20 22:45:54 +0100
commit1cb1d52fc433dfb11a0e523157bee57b3abdad6d (patch)
tree52c80ff030d5449157781e261286003686319d9a
parent112568d575e4f94179243421482d4e305cfa1cc3 (diff)
downloadastroid-1cb1d52fc433dfb11a0e523157bee57b3abdad6d.tar.gz
Add verbose test logging again, there are still test ordering failures on Python 3.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 58d6938..622251c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,4 +6,4 @@ envlist = py27, py33
deps =
logilab-common
six
-commands = python -Wi -m unittest discover -s {envsitepackagesdir}/astroid/tests -p "unittest*.py"
+commands = python -Wi -m unittest discover -v -s {envsitepackagesdir}/astroid/tests -p "unittest*.py"