mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7248 from blueyed/tox-passenv-term
tox: passenv: add TERM
This commit is contained in:
commit
2bec3f8cbd
9
tox.ini
9
tox.ini
@ -5,7 +5,14 @@ envlist = docs,flake8,mypy,coverage,py{35,36,37,38,39},du{12,13,14,15}
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
passenv =
|
||||
https_proxy http_proxy no_proxy PERL PERL5LIB PYTEST_ADDOPTS EPUBCHECK_PATH
|
||||
https_proxy
|
||||
http_proxy
|
||||
no_proxy
|
||||
PERL
|
||||
PERL5LIB
|
||||
PYTEST_ADDOPTS
|
||||
EPUBCHECK_PATH
|
||||
TERM
|
||||
description =
|
||||
py{35,36,37,38,39}: Run unit tests against {envname}.
|
||||
du{12,13,14}: Run unit tests with the given version of docutils.
|
||||
|
Loading…
Reference in New Issue
Block a user