Also test python 3.2 in travis CI

This commit is contained in:
Honza Král
2014-02-23 16:42:47 +01:00
parent 3acb2fb48f
commit 819a59c0bd
+3
View File
@@ -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