summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-01 12:24:54 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-01 12:24:54 -0500
commit631325c586884f806e3765d5745141124c1f4797 (patch)
treee0cd9c15492a8c333851246bb6fa914c39ed25b2 /.travis.yml
parent23ed0dbdc3795a62120844fa6fe503d4dc7a3b6d (diff)
downloadpython-setuptools-bitbucket-631325c586884f806e3765d5745141124c1f4797.tar.gz
Run tests with and without LC_ALL=C
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cab70640..e32524cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ python:
- 3.5
- pypy
env:
- - LC_ALL=C PYTHONHASHSEED=0
+ - LC_ALL=C
+ - ""
script:
# update egg_info based on setup.py in checkout
- python bootstrap.py