diff --git a/README.md b/README.md index 2b2c6c7a..d4ad4ae2 100755 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ 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 +[![Build Status](https://api.shippable.com/projects/54d9cce15ab6cc13528b6839/badge?branchName=master)](https://app.shippable.com/projects/54d9cce15ab6cc13528b6839/builds/latest) diff --git a/shippable.yml b/shippable.yml index ecec0ba5..bf6eff9a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,15 +3,13 @@ language: python #build_image: shippable/minv2:beta python: - - 2.6 - - 2.7 - - 3.2 - - 3.3 + # - 2.6 +# - 2.7 + # - 3.2 +# - 3.3 - 3.4 # - pypy - - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 @@ -44,3 +42,8 @@ notifications: #test #cache: true parallelized_test : true +#test +branches: + except: + - master +