Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
tox.ini: When delegating to src/tox.ini, use -- as a separator
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 7, 2020
1 parent e327314 commit 0847d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ passenv =
HOME
envdir = {toxworkdir}/src
whitelist_externals = tox
commands = tox -c {toxinidir}/src/tox.ini -e {envname} {posargs}
commands = tox -c {toxinidir}/src/tox.ini -e {envname} -- {posargs}

[testenv:doctest]
description =
Expand Down

0 comments on commit 0847d49

Please sign in to comment.