.travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8
This commit is contained in:
parent
d02f59997c
commit
c7fe53b0b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue