diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:26:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:26:14 -0500 |
| commit | 18a329d0498b4f3bbe0b5dda8063d1a910cb6945 (patch) | |
| tree | decd7703f0d84cee4f0226f445c9c16fd40e5e57 /.travis.yml | |
| parent | dfbc96168d8b921bd6b02fe7aeceeeb930f68cfe (diff) | |
| download | python-setuptools-git-18a329d0498b4f3bbe0b5dda8063d1a910cb6945.tar.gz | |
Also run the tests with LANG=C
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
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 |
