tox: set LC_ALL=en_US.utf-8 rather than C
this works around an issue in httpretty where it is not able to install in tox if LC_ALL is set to C.
This commit is contained in:
parent
bb3135c864
commit
9cb5cd74fb
4
tox.ini
4
tox.ini
@ -11,8 +11,10 @@ deps =
|
|||||||
nose
|
nose
|
||||||
pep8==1.5.7
|
pep8==1.5.7
|
||||||
pyflakes
|
pyflakes
|
||||||
|
|
||||||
|
# https://github.com/gabrielfalcao/HTTPretty/issues/223
|
||||||
setenv =
|
setenv =
|
||||||
LC_ALL = C
|
LC_ALL = en_US.utf-8
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
commands = nosetests {posargs:tests}
|
commands = nosetests {posargs:tests}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user