allow to pass arbitrary arguments to py.test

This commit is contained in:
Nicolas Delaby 2015-04-22 11:33:01 +02:00
parent f8eacc5bc0
commit 27fd48586e

View File

@ -6,7 +6,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18,master}
[testenv]
commands = ./runtests.py --fast
commands = ./runtests.py --fast {posargs}
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =