From: Marc Abramowitz Date: Sun, 17 Jun 2012 07:30:31 +0000 (-0700) Subject: .travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8 X-Git-Tag: v2.4.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fe53b0b3a1a6a98658058ef6d2db135066ab0b;p=thirdparty%2Ftornado.git .travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8 --- diff --git a/.travis.yml b/.travis.yml index 2acd63d6f..525033dca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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