commit | 053cc69b748a86bf10d3ae2e4aea2f7d2473e695 | [log] [tgz] |
---|---|---|
author | Marc Abramowitz <marc@marc-abramowitz.com> | Thu May 08 11:14:32 2014 -0700 |
committer | Marc Abramowitz <marc@marc-abramowitz.com> | Thu May 08 11:14:32 2014 -0700 |
tree | 95aa81f08aa0a35cc625f21dee09f09057e9244c | |
parent | d5c437aca475fbbbf23b766dfe8b591814b7ef53 [diff] |
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