add posargs to tox tests.
This commit is contained in:
parent
6e6ff1a417
commit
f2f8ca086d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue