Merge "Remove tox locale overrides"

This commit is contained in:
Jenkins 2014-02-17 11:07:52 +00:00 committed by Gerrit Code Review
commit bf9618cac8

View File

@ -5,9 +5,6 @@ envlist = py26,py27,pypy,pep8
[testenv]
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}/test-requirements.txt
commands =
python setup.py testr --testr-args='{posargs}'