.travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8

This commit is contained in:
Marc Abramowitz 2012-06-17 00:30:31 -07:00
parent d02f59997c
commit c7fe53b0b3
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ matrix:
env: FULL="true"
- python: 2.7
env: FULL="true"
- python: 3.2
env: LANG="en_US.utf-8"
- python: 3.2
env: LANG="C"
# TODO: install pycurl, twisted, etc (depends on python version)
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi