Commit 3c257e67 authored by Jason R. Coombs's avatar Jason R. Coombs

Always run tests with LANG=C to capture issues in that restrictive environment.

parent 18a329d0
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment