Commit 27fd4858 by Nicolas Delaby

allow to pass arbitrary arguments to py.test

parent f8eacc5b
...@@ -6,7 +6,7 @@ envlist = ...@@ -6,7 +6,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18,master} {py27,py32,py33,py34}-django{17,18,master}
[testenv] [testenv]
commands = ./runtests.py --fast commands = ./runtests.py --fast {posargs}
setenv = setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
deps = deps =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment