From f6c1d355e3b3fa45267799934f9df7c3610d1874 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 8 Aug 2015 14:46:23 +0200 Subject: [PATCH] Pass $HOME to misc testenv. Fixes #860. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index e88cb8a9e..df926ab5b 100644 --- a/tox.ini +++ b/tox.ini @@ -71,6 +71,8 @@ commands = {envpython} scripts/dev/check_coverage.py [testenv:misc] +# For global .gitignore files +passenv = HOME commands = {envpython} scripts/dev/misc_checks.py git {envpython} scripts/dev/misc_checks.py vcs