From e194ed3f4c71cef64a8a6d0c661ea9f0d209fe24 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Fri, 3 Mar 2017 13:17:32 +0000 Subject: [PATCH] Add OS_* variables to tox env for supporting SSL Change-Id: I6d8e60f1014f522596ee89a4dae1432d02609934 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7aabddd0..4304aba2 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_* [testenv:pep8] whitelist_externals = bash