Also test python 3.2 in travis CI
This commit is contained in:
@@ -3,6 +3,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
|
|
||||||
@@ -17,6 +18,8 @@ matrix:
|
|||||||
# skip testing thrift on py3 and pypy
|
# skip testing thrift on py3 and pypy
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
env: TEST_ES_CONNECTION=ThriftConnection
|
env: TEST_ES_CONNECTION=ThriftConnection
|
||||||
|
- python: "3.2"
|
||||||
|
env: TEST_ES_CONNECTION=ThriftConnection
|
||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
env: TEST_ES_CONNECTION=ThriftConnection
|
env: TEST_ES_CONNECTION=ThriftConnection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user