Skip to content

Commit

Permalink
Uses a plain-ASCII locale to catch PY3 stupidness
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Mar 3, 2015
1 parent e046f1f commit 7ed7a79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ run_lines(){
while read line; do echo "$line"; sh -c "$line" || exit $?; done
}

# Use a plain-ASCII locale, to make sure to catch stupid PY3 behaviors
export LANG=C
export LC_ALL=C

case "$TEST_MODE"
in
run_program|coverage_c)
Expand Down

0 comments on commit 7ed7a79

Please sign in to comment.