Pass PYTEST_ADDOPTS to tox envs [skip travis] [skip appveyor]

This commit is contained in:
Bruno Oliveira 2019-02-12 20:31:29 -02:00
parent 215d537624
commit 04a941c818
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof {posargs} {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof {posargs}
coverage: coverage combine coverage: coverage combine
coverage: coverage report coverage: coverage report
passenv = USER USERNAME COVERAGE_* TRAVIS passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS
setenv = setenv =
# Configuration to run with coverage similar to Travis/Appveyor, e.g. # Configuration to run with coverage similar to Travis/Appveyor, e.g.
# "tox -e py37-coverage". # "tox -e py37-coverage".