summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-20 23:15:18 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-20 23:15:18 +0100
commitdae0f109d093712a6c3efb3ef367ee12a4f0c905 (patch)
treee0b5038a25d258c5a6a591006e6dbdf6285deed6 /tox.ini
parentd1ec8539d32011774ac55561bd8744868f6cb463 (diff)
downloadastroid-dae0f109d093712a6c3efb3ef367ee12a4f0c905.tar.gz
Also add sys.path setup to the AsStringTest, since it relies on inference when detecting metaclasses.
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 090cbb4..cfd1b4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,4 +6,4 @@ envlist = py27, py33
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"