Skip to content

Commit

Permalink
allow passing arguments to tox
Browse files Browse the repository at this point in the history
e.g. "tox -- scrapy.tests.test_contrib_loader" runs test_contrib_loader for Python 2.6 and 2.7
  • Loading branch information
kmike committed Jul 8, 2013
1 parent 6db259c commit 35fbec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ envlist = py26, py27
[testenv]
commands =
pip install --use-mirrors -r .travis/requirements-latest.txt
trial scrapy
trial {posargs:scrapy}

0 comments on commit 35fbec2

Please sign in to comment.