Skip to content

Commit 1a645fb

Browse files
committed
Add posargs to tox testenv
1 parent 88c3749 commit 1a645fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ deps =
1111
pytest-cov >= 2.0.0
1212
coverage
1313
commands = pytest --cov-config="{toxinidir}/tox.ini" \
14-
--cov="{envsitepackagesdir}/grid_strategy"
14+
--cov="{envsitepackagesdir}/grid_strategy" \
15+
{posargs}
1516

1617
[testenv:coverage]
1718
description = combine coverage data and create reports

0 commit comments

Comments
 (0)