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

so that user can call tox with options and pass them to py.test -- e.g.:

    tox -e py26,py27,py33 -- -v --tb=short --showlocals -k test_map
1 file changed