add posargs to tox tests.

This commit is contained in:
Ivan Malison 2015-01-07 19:25:41 -08:00
parent 6e6ff1a417
commit f2f8ca086d

View file

@ -9,7 +9,7 @@ deps =
pytest
mock
pytest-cov
commands = py.test -v --cov pylast --cov-report term-missing
commands = py.test -v --cov pylast --cov-report term-missing {posargs}
[testenv:venv]
deps = ipdb