Simpler travis.yml
This commit is contained in:
+1
-6
@@ -15,12 +15,7 @@ matrix:
|
|||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
env: TEST_ES_CONNECTION=ThriftConnection
|
env: TEST_ES_CONNECTION=ThriftConnection
|
||||||
install:
|
install:
|
||||||
# install thrift when using it
|
- git submodule init
|
||||||
- "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
|
|
||||||
- pip install .
|
- pip install .
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user