Skip to content

Commit 6fb79f7

Browse files
committed
Allow to pass args to pytest through tox
refs pallets-eco#696
1 parent 87bda5c commit 6fb79f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps =
2222
py37-lowest: sqlalchemy==1.0.10
2323

2424
commands =
25-
coverage run -p -m pytest
25+
coverage run -p -m pytest {posargs}
2626

2727
[testenv:docs]
2828
deps =

0 commit comments

Comments
 (0)