From 18a39e8f07a5b0b9ff0b1790d4a6be1f23d18ac4 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 15 Mar 2018 18:04:19 +0000 Subject: [PATCH] tox.ini: Expose USER environment variable to execution environment In order to allow the use of the environment variable which informs Ansible which user executed the playbook, we pass the USER env var into the environment that tox builds. Change-Id: I38418890950d11d9afe85cae4de6463727b2cf94 Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6bfb2fd..9d291b4 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv = HOME + USER http_proxy HTTP_PROXY https_proxy