diff --git a/README.md b/README.md index 8bb787c..fbd1b54 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Python CouchDB Sample ===================== Uses couchdbkit to test simple document insertion on a CouchDB instance. +[![Build Status](https://apibeta.shippable.com/projects/548943cfc2b9a03657605a2a/badge?branchName=master)](https://appbeta.shippable.com/projects/548943cfc2b9a03657605a2a/builds/latest) diff --git a/shippable.yml b/shippable.yml index dda0477..864dfa4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -29,6 +29,7 @@ after_script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py branches: - only: + except: - master + #build_image: shippable/minv2:beta