From 7560422b5850f0e0a87c4fb36198a6ed8c3237e8 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 2 Mar 2015 22:33:10 +0530 Subject: [PATCH 1/7] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index ecec0ba5..74880960 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,10 +3,10 @@ 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 From f79ff12a210f16d1857bf89f4d1efccd738c2b40 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 3 Mar 2015 11:05:27 +0530 Subject: [PATCH 2/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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) From 78be5aeb77b99a262f70cc543a6703ca8c41c940 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 3 Mar 2015 19:48:34 +0530 Subject: [PATCH 3/7] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 74880960..d3053d0f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -44,3 +44,4 @@ notifications: #test #cache: true parallelized_test : true +#test From 1e860339b6f012c7085ae1e6e2e18626b18f8bc7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Jul 2015 16:17:01 +0530 Subject: [PATCH 4/7] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d3053d0f..e88c3ce0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python #build_image: shippable/minv2:beta -python: +python # - 2.6 # - 2.7 # - 3.2 From d6a8d6e293f2a992b373bdcc8eb6d7c86e063474 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Jul 2015 16:18:42 +0530 Subject: [PATCH 5/7] Update shippable.yml --- shippable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index e88c3ce0..54ac159d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python #build_image: shippable/minv2:beta -python +python: # - 2.6 # - 2.7 # - 3.2 @@ -10,8 +10,6 @@ python - 3.4 # - pypy - - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 From 4b5a261af0c91cfe69dc5506af8a5efbe7d8e3e3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Jul 2015 16:31:36 +0530 Subject: [PATCH 6/7] Update shippable.yml --- shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable.yml b/shippable.yml index 54ac159d..96b0ef76 100755 --- a/shippable.yml +++ b/shippable.yml @@ -43,3 +43,7 @@ notifications: #cache: true parallelized_test : true #test +branches: + only: + - master + From e4d82076d2d788448d51a6d9a14401f5b4c3023d Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 17 Jul 2015 16:32:09 +0530 Subject: [PATCH 7/7] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 96b0ef76..bf6eff9a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -44,6 +44,6 @@ notifications: parallelized_test : true #test branches: - only: + except: - master