From 83873ea87a65eb5d46bd9027e5aa0a4fc3d6cec2 Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 14 May 2015 22:12:47 -0400 Subject: [PATCH] httpretty can fail in Python 3.4 with wrong LC_ALL Change-Id: I895101545d135faa77cff01b8705f04e683e53ac --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 5ac8358..471c6a7 100644 --- a/tox.ini +++ b/tox.ini @@ -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