From 2dda8367897e80bb27d0c52bcbc8759f8119dfe3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 16 May 2015 19:11:06 -0700 Subject: [PATCH] tox-- --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b37a773..2fa9214 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = py26,py27,py33,py34,pypy,pypy3 [testenv] install_command = pip install --use-wheel {opts} {packages} deps = -rrequirements-dev.txt +passenv = HOME HOMEPATH LANG commands = coverage erase coverage run -m pytest {posargs:tests}