httpretty can fail in Python 3.4 with wrong LC_ALL
Change-Id: I895101545d135faa77cff01b8705f04e683e53ac
This commit is contained in:
parent
2481fd67d7
commit
83873ea87a
2
tox.ini
2
tox.ini
@ -4,6 +4,8 @@ envlist = py34, py27, pep8, docs
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
setenv = LANGUAGE=en_US
|
||||||
|
LC_ALL=en_US.utf-8
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user