tox: fix/improve posargs with pexpect factor(s) [ci skip]

This commit is contained in:
Daniel Hahler 2018-11-11 21:56:24 +01:00
parent 9dec146edf
commit cb1d4044e6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ deps =
pexpect
{env:_PYTEST_TOX_EXTRA_DEP:}
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py}
[testenv:py37-pexpect]
platform = {[testenv:py27-pexpect]platform}