From ed39ee0744f541c7019ca21681e957a522915d57 Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Thu, 22 Jan 2015 13:36:57 +0530 Subject: [PATCH 01/11] Rename shippable.yml to oldshippable.yml --- shippable.yml => oldshippable.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename shippable.yml => oldshippable.yml (100%) diff --git a/shippable.yml b/oldshippable.yml similarity index 100% rename from shippable.yml rename to oldshippable.yml From 40f65e48836f53f84bbc9bef8539a490b42af7b7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 23 Jan 2015 14:14:33 +0530 Subject: [PATCH 02/11] Update requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1bcee5e..f3c7e8e6 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ nose - From e5ea0e263fa27e2ae99d6264c18c422828a0edb4 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 27 Jan 2015 14:59:20 +0530 Subject: [PATCH 03/11] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index b3cf7d91..b5b4091c 100644 --- a/app.py +++ b/app.py @@ -8,6 +8,7 @@ def calculate(self): def retrieve(self): return self.result + if __name__ == "__main__": app = App() app.calculate() From e43e81366475e6a15a65f309d4d3732e97720426 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 10 Feb 2015 13:56:15 +0530 Subject: [PATCH 04/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e29b6fc..1e8ffdd1 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ 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) From aabd5731ad540037dfaa83ab6cf03a3fdb433039 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Mar 2015 14:27:37 +0530 Subject: [PATCH 05/11] no yml file testing with base branch --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e090dee3..89d6d59f 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 62) + self.failIf(app.retrieve() != 61) def main(): From 499988e2851ac6c01f6be7069141a165298e1ca4 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 7 Oct 2015 11:04:41 +0530 Subject: [PATCH 06/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8ffdd1..c5795048 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Python Sample ===================== - +test11 Simple Python sample with tests using Nose and Coverage. From 086089369a87ad8a94d8e4ca824e274df0037978 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 7 Oct 2015 11:16:57 +0530 Subject: [PATCH 07/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5795048..1370896c 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Python Sample ===================== + test11 Simple Python sample with tests using Nose and Coverage. From 16544c6ac5b5cf1432eb97bbbc1cf6da8da2ca1a Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 14 Oct 2015 17:10:21 +0530 Subject: [PATCH 08/11] Update oldshippable.yml --- oldshippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oldshippable.yml b/oldshippable.yml index 03f74feb..8d4efcec 100755 --- a/oldshippable.yml +++ b/oldshippable.yml @@ -1,5 +1,7 @@ language: python + + #build_image: shippable/minv2:beta python: From a87fcf4288b088b17e2bee3cbc5c854213ea0a30 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Nov 2015 17:29:29 +0530 Subject: [PATCH 09/11] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1370896c..c5795048 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ Python Sample ===================== - test11 Simple Python sample with tests using Nose and Coverage. From 88d6b491d07335d102634244199763ea7fcce2fe Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Nov 2015 17:38:09 +0530 Subject: [PATCH 10/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5795048..1370896c 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Python Sample ===================== + test11 Simple Python sample with tests using Nose and Coverage. From b4f861d246b9e6d163f769f54337b1fd24437be0 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Nov 2015 17:38:41 +0530 Subject: [PATCH 11/11] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1370896c..c6c51dde 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ Python Sample ===================== - - test11 Simple Python sample with tests using Nose and Coverage.