add some builds with LC_ALL=C

This commit is contained in:
Michael Greene
2017-06-21 17:30:45 -07:00
parent 87718d1575
commit 8a43726f5f

View File

@@ -32,6 +32,13 @@ matrix:
- python: 2.7
env: TOXENV=setup27
# do some tests with LC_ALL=C to check for locale variance
- python: 3.6
env: LC_ALL=C
- python: 2.7
env: LC_ALL=C
allow_failures:
# pep8 failures shouldn't be considered fatal
- env: TOXENV=pep8