diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-07-24 17:19:21 +0200 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-07-24 17:19:21 +0200 |
commit | 3c65ae5f2f8f4d03edd14ad8b5e29ffffb38ab79 (patch) | |
tree | 8979049e918624e7411da8348c853688dab7b21d | |
parent | f827b42355c1971b7344d407901d1d7a513cf9cc (diff) | |
download | astroid-git-3c65ae5f2f8f4d03edd14ad8b5e29ffffb38ab79.tar.gz |
Enable verbose output to debug test failure on drone.io.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ envlist = py27, py33 deps =
logilab-common
changedir = {envsitepackagesdir}/astroid/test
-commands = python -Wi -m unittest discover -p "unittest*.py"
+commands = python -Wi -m unittest discover -v -p "unittest*.py"
|