Commit 100b7345 authored by Benoit Pierre's avatar Benoit Pierre

travis: fix ASCII builds

Setting LC_ALL/LC_CTYPE=C does not work since LANG=en_US.UTF-8.
parent 46261085
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment