diff --git a/README.md b/README.md index 3f7515e..1ecdd2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ - -Elasticsearch-buildsample +Python with Elasticsearch Sample ========================= +This sample is built for Shippable, a docker based continuous integration and deployment platform. diff --git a/shippable.yml b/shippable.yml index 71e64c4..7758751 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,11 +1,17 @@ language: python + python: - "2.7" + - "2.6" + services: - elasticsearch + install: pip install --use-mirrors -r requirements.txt + script: - python sample.py -notifications: - email: - - exampleone@org.com + +cache: true + +archive: true