summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2013-10-10 13:09:32 -0400
committerChuck Short <chuck.short@canonical.com>2013-10-29 09:42:01 -0400
commit92954a57f8490a5d062df2e9ae7865b8317ce55e (patch)
tree36e624789f9fdebfe72f5dc60794f7f4f2453bcb /tox.ini
parent4ae816bbfff7eb3d3bbe63f4e47e40dcb0b9c031 (diff)
downloadpython-keystoneclient-92954a57f8490a5d062df2e9ae7865b8317ce55e.tar.gz
python3: Work around httpretty issue
Currently running tox.ini with py33 installation fails because of a failure to read a unicode file while installing httpretty. Closes-Bug: #1241560 Change-Id: I6012c4fcca0d0354f0c1bdf4797f6e7409f7bf1c Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c41c8b8..78a4233 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py26,py27,py33,pep8
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
- LC_ALL=C
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False