From 3a6dff3090e9fa9b46cd64b7702d6dd9f8e95acc Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 9 Jul 2013 00:30:39 +0600 Subject: [PATCH] make tox test running more consistent with bin/runtests.sh script --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 036c3148c..f06c7b840 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = py26, py27, lucid, precise deps = -r{toxinidir}/.travis/requirements-latest.txt commands = - trial {posargs:scrapy} + trial {posargs:--reporter=text scrapy} [testenv:lucid] basepython = python2.6