httpretty can fail in Python 3.4 with wrong LC_ALL

Change-Id: Ic3d4c76f022a102fd8bbf5636cdf8b58393fa7d1
This commit is contained in:
aviau 2015-05-14 22:11:34 -04:00
parent af93d8f034
commit 1ead9a3c2b
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ envlist = py34, py27, pep8, docs
skipsdist = True
[testenv]
setenv = LANGUAGE=en_US
LC_ALL=en_US.utf-8
usedevelop = True
install_command = pip install -U --force-reinstall {opts} {packages}
deps = -r{toxinidir}/requirements.txt