Commit a23c2686 authored by Marc Abramowitz's avatar Marc Abramowitz

tox.ini: Add {posargs} to py.test invocation

This allows you to specify args on the tox command line that get passed through
to py.test -- e.g.:

tox -e py27 -- -k testResolve --tb=short setuptools/tests
parent 2c923b60
......@@ -2,4 +2,4 @@
envlist = py26,py27,py31,py32,py33,py34
[testenv]
deps=pytest
commands=py.test
commands=py.test {posargs}
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