Skip to content

Commit f895f63

Browse files
authored
Merge pull request #165 from MridulS/posargs
Pass along posargs in tox
2 parents 6ee5264 + c8d9496 commit f895f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/tox.ini.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ commands = pytest {posargs}
1010

1111
[testenv:nightly]
1212
deps = -r requirements/nightly.txt
13-
commands = pytest
13+
commands = pytest {posargs}
1414

1515
[testenv:unpinned]
1616
description = Test with unpinned dependencies, as a user would install now.
1717
deps =
1818
-r requirements/basetest.txt
1919
{{projectname}}
20-
commands = pytest
20+
commands = pytest {posargs}
2121

2222
[testenv:docs]
2323
description = invoke sphinx-build to build the HTML docs

0 commit comments

Comments
 (0)