include ES in travis-CI

This commit is contained in:
Honza Kral
2013-09-24 18:35:54 +02:00
parent cacee10065
commit 72d7930a40
+5 -1
View File
@@ -1,3 +1,5 @@
services:
- elasticsearch
language: python
python:
- "2.6"
@@ -15,7 +17,9 @@ matrix:
- python: "3.3"
env: TEST_ES_CONNECTION=ThriftConnection
install:
- plugin -install elasticsearch/elasticsearch-transport-thrift/1.5.0
- plugin -install elasticsearch/elasticsearch-transport-memcached/1.6.0
- git submodule init
- pip install .
script:
- python setup.py test
- TEST_ES_SERVER=localhost python setup.py test