From 9ae1f213e1b99638ba685f58d489c0afa90a3991 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 12 Apr 2016 15:54:41 +0200 Subject: Pass through the $HOME env var to the tox env --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index da624b5e..b2f7e27e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py26,py27,py33,py34,flake8 commands = nosetests {posargs} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +passenv = HOME [testenv:cover] commands = nosetests --with-coverage {posargs} -- cgit v1.2.3