Skip to content

Commit caa64b3

Browse files
committed
Allow overriding of positional args to py.test in tox.ini
Signed-off-by: Aanand Prasad <[email protected]>
1 parent 59f569a commit caa64b3

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
@@ -5,7 +5,7 @@ skipsdist=True
55
[testenv]
66
usedevelop=True
77
commands =
8-
py.test --cov=docker tests/unit/
8+
py.test --cov=docker {posargs:tests/unit}
99
deps =
1010
-r{toxinidir}/test-requirements.txt
1111
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)