Skip to content

Commit 90706c5

Browse files
authored
Merge pull request pypa#107 from pypa/tox-posargs
Pass positional arguments to pytest
2 parents 2cf1985 + e07596d commit 90706c5

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)