Skip to content

Commit

Permalink
travis: fix ASCII builds
Browse files Browse the repository at this point in the history
Setting LC_ALL/LC_CTYPE=C does not work since LANG=en_US.UTF-8.
  • Loading branch information
benoit-pierre committed Jun 15, 2017
1 parent d00463f commit eba6ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ python:
matrix:
include:
- python: 3.6
env: LC_ALL=C LC_CTYPE=C
env: LANG=C
- python: 2.7
env: LC_ALL=C LC_CTYPE=C
env: LANG=C
script:
# need tox to get started
- pip install tox
Expand Down

0 comments on commit eba6ed4

Please sign in to comment.