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
commit18a329d0498b4f3bbe0b5dda8063d1a910cb6945 (patch)
treedecd7703f0d84cee4f0226f445c9c16fd40e5e57 /.travis.yml
parentdfbc96168d8b921bd6b02fe7aeceeeb930f68cfe (diff)
downloadpython-setuptools-git-18a329d0498b4f3bbe0b5dda8063d1a910cb6945.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