Skip to content

Commit e07596d

Browse files
committed
Pass positional arguments to pytest
1 parent 2cf1985 commit e07596d

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
@@ -40,7 +40,7 @@ commands =
4040
# use `python setup.py check -m -r -s` instead.
4141
python setup.py check -m -s
4242
flake8 .
43-
py.test tests
43+
py.test tests {posargs}
4444

4545
[flake8]
4646
exclude = .tox,*.egg,build,data

0 commit comments

Comments
 (0)