From e970503d58e9d144f7e8700abd17a82bcbb8cef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 26 Mar 2014 18:54:09 +0100 Subject: [PATCH] Got tired of thrift errors, skipping thirft tests in Travis CI --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index d72682fa..5d06f984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,23 +11,11 @@ env: # different connection classes to test - TEST_ES_CONNECTION=Urllib3HttpConnection - TEST_ES_CONNECTION=RequestsHttpConnection - - TEST_ES_CONNECTION=ThriftConnection - -matrix: - exclude: - # 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 install: - mkdir /tmp/elasticsearch - wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK6/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1 - /tmp/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-transport-memcached/2.0.0.RC1 - - /tmp/elasticsearch/bin/plugin -install elasticsearch/elasticsearch-transport-thrift/2.0.0-SNAPSHOT - git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch - pip install coveralls - pip install .