diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-11-20 22:45:54 +0100 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-11-20 22:45:54 +0100 |
commit | 16ceee118f3543258a05c38afba74787d235c375 (patch) | |
tree | 2458125dfefc7fc0a39e99eb73500f5022a978ab /tox.ini | |
parent | 7f5f10532e26f99139b409323ec380061dd8fab8 (diff) | |
download | astroid-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"
|