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

Skip to content

Commit a332f8f

Browse files
committed
Don't need passenv = LANG for tox
1 parent ef8b39d commit a332f8f

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 = py26,py27,py33,py34,pypy
55

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

0 commit comments

Comments
 (0)