set LC_CTYPE to en_US.UTF-8 to make output to UTF-8 work

This commit is contained in:
Donald Stufft 2014-05-03 04:48:15 -04:00
parent cb31669564
commit f1ab17866d
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
set -e
set -x
# This is required in order to get UTF-8 output inside of the subprocesses that
# our tests use.
export LC_CTYPE=en_US.UTF-8
source ~/.venv/bin/activate
case $TOXENV in