diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 12:24:54 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 12:24:54 -0500 |
| commit | 5d6c6a9008fa15d8bd116ba61d968a744d85bda4 (patch) | |
| tree | e79b0df07d446e90288003ea4eed04eb354cd745 /.travis.yml | |
| parent | 6081eb70a20b2176386973720bbf6fd5d9846644 (diff) | |
| download | python-setuptools-git-5d6c6a9008fa15d8bd116ba61d968a744d85bda4.tar.gz | |
Run tests with and without LC_ALL=C
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |
