diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,8 +11,10 @@ deps = nose pep8==1.5.7 pyflakes + +# https://github.com/gabrielfalcao/HTTPretty/issues/223 setenv = - LC_ALL = C + LC_ALL = en_US.utf-8 [testenv:py26] commands = nosetests {posargs:tests} |