Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efeef97

Browse files
committed
passenv %LocalAppData% so go functions on windows
1 parent 809b748 commit efeef97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py27,py36,py37,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt
8-
passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
8+
passenv = LOCALAPPDATA
99
commands =
1010
coverage erase
1111
coverage run -m pytest {posargs:tests}

0 commit comments

Comments
 (0)