From efeef97f5ee569edb3061f53caa84ab16fdae64f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 21 Apr 2019 15:32:11 -0700 Subject: [PATCH] passenv %LocalAppData% so go functions on windows --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f63c3ce5..d9bcb6b1 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py27,py36,py37,pypy [testenv] deps = -rrequirements-dev.txt -passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM +passenv = LOCALAPPDATA commands = coverage erase coverage run -m pytest {posargs:tests}