Pass PYTEST_ADDOPTS to tox envs [skip travis] [skip appveyor]
This commit is contained in:
parent
215d537624
commit
04a941c818
2
tox.ini
2
tox.ini
|
@ -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".
|
||||||
|
|
Loading…
Reference in New Issue