diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-18 22:08:05 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-01-18 22:08:05 +0200 |
commit | 90c104bb41603105874362c4d1cc91d4389a9be5 (patch) | |
tree | e68f5801d4c67d5266b8dedb701da0769367e960 /tox.ini | |
parent | 12b1aefc6045eb3d2b1e4beb35befd8a4b1dbf63 (diff) | |
download | astroid-git-90c104bb41603105874362c4d1cc91d4389a9be5.tar.gz |
Remove the debug output.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"
|