Allow users to pass args to py.test via tox

This commit is contained in:
Ian Cordasco 2016-01-10 09:05:21 -06:00
parent 204a367095
commit fdff0f705e

View file

@ -6,4 +6,4 @@ deps =
mock
pytest
commands =
py.test
py.test {posargs}