summaryrefslogtreecommitdiff
path: root/tox.ini
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
commit16ceee118f3543258a05c38afba74787d235c375 (patch)
tree2458125dfefc7fc0a39e99eb73500f5022a978ab /tox.ini
parent7f5f10532e26f99139b409323ec380061dd8fab8 (diff)
downloadastroid-git-16ceee118f3543258a05c38afba74787d235c375.tar.gz
Add verbose test logging again, there are still test ordering failures on Python 3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 58d69381..622251ca 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"