Commit 95c5a34e by Florian Apolloner

Merge pull request #253 from blueyed/tox-posargs

tox: pass '{posargs}' to runtests.py
parents 0591e1fa ff690783
...@@ -13,7 +13,7 @@ deps17 = ...@@ -13,7 +13,7 @@ deps17 =
https://github.com/django/django/archive/stable/1.7.x.zip#egg=django https://github.com/django/django/archive/stable/1.7.x.zip#egg=django
commands = commands =
python ./runtests.py python ./runtests.py {posargs}
[testenv:py26-1.4.x] [testenv:py26-1.4.x]
......
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 sign in to comment