diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 10:25:02 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 10:25:02 -0500 |
| commit | 4660f43ea68a13ddba2de0cdf7da410ea2b3a576 (patch) | |
| tree | c211e66877082bdc7a1b05b30eebb432237fce84 /.travis.yml | |
| parent | edc8a0e1459cc9c8c08872f5c6262a7ab44dbb15 (diff) | |
| download | python-setuptools-git-4660f43ea68a13ddba2de0cdf7da410ea2b3a576.tar.gz | |
Try LC_ALL
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f7b14b4..88b9ed86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - 3.5 - pypy env: - - LANG=C PYTHONHASHSEED=0 + - LC_ALL=C PYTHONHASHSEED=0 script: # update egg_info based on setup.py in checkout - python bootstrap.py |
