From 819a59c0bdf398a12dc80a84f352905f2ddec3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Sun, 23 Feb 2014 16:42:47 +0100 Subject: [PATCH] Also test python 3.2 in travis CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4b79ee27..d72682fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.6" - "2.7" + - "3.2" - "3.3" - "pypy" @@ -17,6 +18,8 @@ matrix: # skip testing thrift on py3 and pypy - python: "pypy" env: TEST_ES_CONNECTION=ThriftConnection + - python: "3.2" + env: TEST_ES_CONNECTION=ThriftConnection - python: "3.3" env: TEST_ES_CONNECTION=ThriftConnection