mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Allow passing command line arguments to pytest via tox.
This commit is contained in:
parent
ae711d26b6
commit
4c4a255056
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -4,4 +4,4 @@ envlist=py27,py34,py35,py36,py37
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=pytests
|
changedir=pytests
|
||||||
deps=-rtest_requirements.txt
|
deps=-rtest_requirements.txt
|
||||||
commands=pytest
|
commands=pytest -vv {posargs:}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue