From 1ead9a3c2bb973af105d1c7e28d6fc8443c8fce6 Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 14 May 2015 22:11:34 -0400 Subject: [PATCH] httpretty can fail in Python 3.4 with wrong LC_ALL Change-Id: Ic3d4c76f022a102fd8bbf5636cdf8b58393fa7d1 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index bcbb1a1..15e9561 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