From b7a1559bd8c61917eec1c590ead9b8fbbe19d444 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 4 Feb 2020 01:35:47 -0500 Subject: Fix formatting (#1512) --- docs/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 596bf967..2f207321 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -400,11 +400,11 @@ Complete list of settings that you can put into ``testenv*`` sections: Some variables are always passed through to ensure the basic functionality of standard library functions or tooling like pip: - * passed through on all platforms: ``CURL_CA_BUNDLE`, ``PATH``, + * passed through on all platforms: ``CURL_CA_BUNDLE``, ``PATH``, ``LANG``, ``LANGUAGE``, ``LD_LIBRARY_PATH``, ``PIP_INDEX_URL``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE``, - ``HTTP_PROXY``, ``HTTPS_PROXY``,``NO_PROXY`` + ``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY`` * Windows: ``SYSTEMDRIVE``, ``SYSTEMROOT``, ``PATHEXT``, ``TEMP``, ``TMP`` ``NUMBER_OF_PROCESSORS``, ``USERPROFILE``, ``MSYSTEM`` * Others (e.g. UNIX, macOS): ``TMPDIR`` -- cgit v1.2.1