tox: Add 'PERL5LIB' to 'passenv' list

This is required by 'makeinfo'.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes #4339
This commit is contained in:
Stephen Finucane 2017-12-24 14:47:31 +00:00
parent a9efb2517a
commit 411055905c

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.