summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:27:45 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 09:27:45 -0500
commit3c257e67279bdb82c2525515bb305816f70c1615 (patch)
tree560c1ddb92a68ece56516f5e3e559ffd3cfe8ec1
parent18a329d0498b4f3bbe0b5dda8063d1a910cb6945 (diff)
downloadpython-setuptools-git-3c257e67279bdb82c2525515bb305816f70c1615.tar.gz
Always run tests with LANG=C to capture issues in that restrictive environment.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c5ea0815..4bc6ebd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,5 @@ script:
# update egg_info based on setup.py in checkout
- python bootstrap.py
- - python setup.py test --addopts='-rs'
- - LANG=C python setup.py test
+ - LANG=C python setup.py test --addopts='-rs'
- python ez_setup.py --version 12.2