From 3d213d5fa05da34dccbb3fa1ff46bc34a6fe7f1a Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 9 Apr 2015 15:02:15 +0530 Subject: [PATCH 01/10] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ecec0ba5..f3fe4c58 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,8 +10,6 @@ python: - 3.4 # - pypy - - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 From d77ea8d0cbc8e02452850b1eb8ec9e8009af1915 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 9 Apr 2015 16:31:51 +0530 Subject: [PATCH 02/10] Update test.py --- 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 6ef193ddadc805d762fdd0b84ccd232cacf328b8 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 21 Apr 2015 16:21:13 +0530 Subject: [PATCH 03/10] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 89d6d59f..8f54ebfe 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() != 61) + self.failIf(app.retrieve() != 60) def main(): From 56b859ebdd85f4ab824fcc54d52a56cc5ee546f3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 15 Jun 2015 18:31:50 +0530 Subject: [PATCH 04/10] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index f3fe4c58..308a9aa2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,8 @@ language: python #build_image: shippable/minv2:beta + + python: - 2.6 - 2.7 From 9c40e00412196bf71e372d7165af4a85ec35da4b Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:08:41 +0530 Subject: [PATCH 05/10] Update shippable.yml --- shippable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 308a9aa2..dd4addba 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,9 +1,6 @@ language: python #build_image: shippable/minv2:beta - - - python: - 2.6 - 2.7 From b3e186e2867dc7daa1c99450f11e0bd60cc1be3f Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:10:57 +0530 Subject: [PATCH 06/10] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index dd4addba..3aa89082 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + #build_image: shippable/minv2:beta python: - 2.6 From 292970a49c814099b1368c2e050e82383e3c244e Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 18:02:13 +0530 Subject: [PATCH 07/10] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3aa89082..dd4addba 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,5 @@ language: python - #build_image: shippable/minv2:beta python: - 2.6 From 20925a88dae92baa30d93268577a664dc40efc27 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 18:03:12 +0530 Subject: [PATCH 08/10] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index dd4addba..3aa89082 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + #build_image: shippable/minv2:beta python: - 2.6 From 06705c38e1f0e7eb9502a79834140eed774a7252 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Nov 2015 17:47:12 +0530 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b2c6c7a..e1264ba4 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Python Sample ===================== Simple Python sample with tests using Nose and Coverage. - +fail test [![Build Status](https://apibeta.shippable.com/projects/5420089b76d0c288e441e5ee/badge?branchName=master)](https://appbeta.shippable.com/projects/5420089b76d0c288e441e5ee/builds/latest) From 72fc92432f385100449db52b6bf079e47e949b14 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 13 Jan 2016 14:16:51 +0530 Subject: [PATCH 10/10] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3aa89082..1ab9e51c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,4 @@ language: python - - #build_image: shippable/minv2:beta python: - 2.6