diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ downloadcache = ~/cache/pip usedevelop = True # LC_ALL see https://github.com/gabrielfalcao/HTTPretty/issues/223 setenv = VIRTUAL_ENV={envdir} - LC_ALL = en_US.utf-8 + LC_ALL = C deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt # noproxy needed for several of the curtin jenkins jobs |