Make sure to pass posargs
for Tox testenvs
This commit is contained in:
parent
8f882ea3ea
commit
7974219389
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -19,12 +19,12 @@ commands =
|
||||||
[testenv:black]
|
[testenv:black]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
commands =
|
commands =
|
||||||
black .
|
black {posargs} .
|
||||||
|
|
||||||
[testenv:end-to-end]
|
[testenv:end-to-end]
|
||||||
deps = -rtest_requirements.txt
|
deps = -rtest_requirements.txt
|
||||||
commands =
|
commands =
|
||||||
pytest tests/end-to-end
|
pytest {posargs} tests/end-to-end
|
||||||
|
|
||||||
[testenv:isort]
|
[testenv:isort]
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
|
|
Loading…
Reference in a new issue