From c7fe53b0b3a1a6a98658058ef6d2db135066ab0b Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sun, 17 Jun 2012 00:30:31 -0700 Subject: [PATCH] .travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2acd63d6..525033dc 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