allow passing arguments to tox

e.g. "tox -- scrapy.tests.test_contrib_loader" runs test_contrib_loader for Python 2.6 and 2.7
This commit is contained in:
Mikhail Korobov 2013-07-08 22:51:03 +06:00
parent 6db259c075
commit 35fbec2e63
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ envlist = py26, py27
[testenv]
commands =
pip install --use-mirrors -r .travis/requirements-latest.txt
trial scrapy
trial {posargs:scrapy}