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 diff --git a/shippable.yml b/shippable.yml index f34f0373..7efba79b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,12 +8,12 @@ python: - 3.2 - 3.3 - 3.4 - - pypy + # - pypy 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 @@ -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