summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:26:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:26:14 -0500
commitef41ac2ab6f773d18f975d977cd9153870c51881 (patch)
treefdcbc300daa926d3b625aa9577507f2f19b6cb7d /.travis.yml
parent82063173717a85580f1f4352ce1196cb3d41453a (diff)
downloadpython-setuptools-bitbucket-ef41ac2ab6f773d18f975d977cd9153870c51881.tar.gz
Also run the tests with LANG=C
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0097ab89..c5ea0815 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,5 @@ script:
- python bootstrap.py
- python setup.py test --addopts='-rs'
+ - LANG=C python setup.py test
- python ez_setup.py --version 12.2