]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
.travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8 539/head
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 07:30:31 +0000 (00:30 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 07:30:31 +0000 (00:30 -0700)
.travis.yml

index 2acd63d6f103a859b04f95ed99569aae19136da0..525033dca569b4f66e1c5d7af8bfb15a8fedc2fb 100644 (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