Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-04 19:30:05 +0300
committerGitHub <noreply@github.com>2020-03-04 19:30:05 +0300
commit2bec3f8cbdeff1f2a2c4b575c4d952d391cf020f (patch)
tree25a489b3f855d30d1a23e5b4b844fe39153f5b42 /tox.ini
parent8dd83a540e9d943f264c686144dcee1fe7675610 (diff)
parent933897c40bc73b4d97652dd01637cdb15175a9c8 (diff)
Merge pull request #7248 from blueyed/tox-passenv-term
tox: passenv: add TERM
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7607aac65..54af28366 100644
--- a/tox.ini
+++ b/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.