From 00e0403d07f33b6313f8f553cbee66362aa1a85c Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 10 Feb 2015 13:58:44 +0530 Subject: [PATCH 1/4] Update shippable.yml --- shippable.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shippable.yml b/shippable.yml index f34f0373..c3efab5d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -30,6 +30,13 @@ script: - echo $BUILD_NUMBER archive: true +notifications: + email: + recipients: + - vidya@shippable.com + - exampletwo@org.com + on_success: change + on_failure: always #test #cache: true From ac8bc21fa8efb2c2173899395ac10e4b838e64de Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 10 Feb 2015 14:02:55 +0530 Subject: [PATCH 2/4] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index c3efab5d..01c47b50 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ python: before_install: - - source ~/.rvm/scripts/rvm && rvm use 1.9.3 + - source ~/.rvm/scripts/rvm && rvm use 1.9.2 install: - pip install -r requirements.txt From 9886001ffc06f6325237725e325e509aefdd822b Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 10 Feb 2015 14:06:12 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e29b6fc..2b2c6c7a 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ Python Sample Simple Python sample with tests using Nose and Coverage. + + [![Build Status](https://apibeta.shippable.com/projects/5420089b76d0c288e441e5ee/badge?branchName=master)](https://appbeta.shippable.com/projects/5420089b76d0c288e441e5ee/builds/latest) +#test From e3681a5e4e9b738df1d227008405ed490844a945 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Feb 2015 15:08:23 +0530 Subject: [PATCH 4/4] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 01c47b50..7efba79b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,7 @@ python: - 3.2 - 3.3 - 3.4 - - pypy + # - pypy