Allow passing in positional arguments via tox to pytest.

See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
main
Vincent Driessen 11 years ago
parent eb6fb27281
commit 712e663ffc

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

Loading…
Cancel
Save