1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 19:43:39 +00:00

make tox test running more consistent with bin/runtests.sh script

This commit is contained in:
Mikhail Korobov 2013-07-09 00:30:39 +06:00
parent 2105ec58eb
commit 3a6dff3090

View File

@ -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