diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:27:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-01 09:27:45 -0500 |
| commit | 3c257e67279bdb82c2525515bb305816f70c1615 (patch) | |
| tree | 560c1ddb92a68ece56516f5e3e559ffd3cfe8ec1 | |
| parent | 18a329d0498b4f3bbe0b5dda8063d1a910cb6945 (diff) | |
| download | python-setuptools-git-3c257e67279bdb82c2525515bb305816f70c1615.tar.gz | |
Always run tests with LANG=C to capture issues in that restrictive environment.
| -rw-r--r-- | .travis.yml | 3 |
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 |
