From cacee1006584863e03bc133170043a598cc06aab Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 24 Sep 2013 18:15:04 +0200 Subject: [PATCH] Simpler travis.yml --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d829034e..96cdcd76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,7 @@ matrix: - python: "3.3" env: TEST_ES_CONNECTION=ThriftConnection install: - # install thrift when using it - - "if [[ $TEST_ES_CONNECTION == 'ThriftConnection' ]]; then pip install thrift; fi" - # install pylibmc on python2 - - "if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pip install pylibmc; fi" - - git clone https://github.com/elasticsearch/elasticsearch-rest-api-spec ../elasticsearch-rest-api-spec - - pip install -r dev_requirements.txt --use-mirrors + - git submodule init - pip install . script: - python setup.py test