From 72d7930a40436702b04c160ff1b7c5a373720ac0 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 24 Sep 2013 18:35:54 +0200 Subject: [PATCH] include ES in travis-CI --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96cdcd76..bbeca29e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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