summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-02-13 02:11:27 +0000
committerGerrit Code Review <review@openstack.org>2014-02-13 02:11:27 +0000
commit8039dbd39e71f1a0b525381965a849535ef32e5c (patch)
tree8da46409d098fdc07c0371d2802db76e6ff4d041
parent3eb741afcd77d2624b619aecc02a9c7267a9487d (diff)
parentca67985ff37ce602d1892d958d0e7d48b2a6984a (diff)
downloadpbr-8039dbd39e71f1a0b525381965a849535ef32e5c.tar.gz
Merge "Remove tox locale overrides"
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4d21ff1..730f37c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,9 +7,6 @@ envlist = py26,py27,py33,pypy,pep8
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
- LANG=en_US.UTF-8
- LANGUAGE=en_US:en
- LC_ALL=C
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =