Make sure to pass `posargs` for Tox testenvs

This commit is contained in:
Luke Murphy 2019-05-19 13:11:22 +02:00
parent 8f882ea3ea
commit 7974219389
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@ commands =
[testenv:black]
basepython = python3.7
commands =
black .
black {posargs} .
[testenv:end-to-end]
deps = -rtest_requirements.txt
commands =
pytest tests/end-to-end
pytest {posargs} tests/end-to-end
[testenv:isort]
deps = {[testenv]deps}