diff --git a/tox.ini b/tox.ini index fc54f73..91a01ad 100644 --- a/tox.ini +++ b/tox.ini @@ -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}'