Allow passing in positional arguments via tox to pytest.

See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
This commit is contained in:
Vincent Driessen 2014-07-26 08:38:17 +02:00
parent eb6fb27281
commit 712e663ffc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
envlist=py26,py27,py33,py34,pypy
[testenv]
commands=py.test --cov rq
commands=py.test --cov rq {posargs}
deps=
pytest
pytest-cov