Merge pull request #4341 from stephenfin/bug/4339

tox: Add 'PERL5LIB' to 'passenv' list
This commit is contained in:
Takeshi KOMIYA 2017-12-25 13:31:31 +09:00 committed by GitHub
commit e1a543f6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ envlist = docs,flake8,mypy,coverage,py{27,34,35,36,py},du{11,12,13,14}
[testenv]
passenv =
https_proxy http_proxy no_proxy
https_proxy http_proxy no_proxy PERL PERL5LIB
description =
py{27,34,35,36,py}: Run unit tests against {envname}.
du{11,12,13,14}: Run unit tests with the given version of docutils.