Allow passing posargs

This commit is contained in:
Jason R. Coombs 2016-10-14 23:03:42 -04:00
parent 9be6e61593
commit aa1f8ebe0d

View File

@ -2,5 +2,5 @@
deps =
-rtests/requirements.txt
commands = py.test
commands = py.test {posargs}
usedevelop = True