add posargs for passing additional args to py.test (e.g. run tests in specific file/dir only)

This commit is contained in:
Filip Valder
2017-04-07 10:36:37 +02:00
parent 0ccb5d3939
commit 906bef4e6a

View File

@@ -15,7 +15,7 @@ deps =
nose
pytest
vcrpy
commands = py.test
commands = py.test {posargs}
[testenv:coverage]
basepython = python2