From 531a7be46d0d0f5e534c9815b594ba7a53927499 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 3 Mar 2015 19:50:00 +0530 Subject: [PATCH 01/10] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index ecec0ba5..decea366 100755 --- a/shippable.yml +++ b/shippable.yml @@ -44,3 +44,4 @@ notifications: #test #cache: true parallelized_test : true +#testing From 3a2ad484074934300a1020845180507d82bb2bff Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Mar 2015 14:23:43 +0530 Subject: [PATCH 02/10] testing really really really long commit message Shippable uses Build Minions - i.e. docker based containers - to run your workloads. Docker is the fastest growing linux container solution and this will light up some cool scenarios like portability and versioning in the coming weeks. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2b2c6c7a..f324c3b7 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,5 @@ 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) #test From 037d46254138592de210fa481d44c2691c7cea63 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Mar 2015 14:25: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 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 454fc8eae636cc83afe7f0f1d23680031c637d98 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 25 Mar 2015 15:32:09 +0530 Subject: [PATCH 04/10] install --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index decea366..0dd6ed04 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,8 +15,8 @@ python: before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 -install: - - pip install -r requirements.txt +#install: + # - pip install -r requirements.txt # Make folders for the reports before_script: From 3d717f59892aef62e1117f25010bd8e3aabeca12 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 25 Mar 2015 15:32:30 +0530 Subject: [PATCH 05/10] [skip ci] --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0dd6ed04..cb741f3c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,7 @@ python: - 3.2 - 3.3 - 3.4 - # - pypy + - pypy From 84834a3a6072217d4d1fec5c3f233b0bf366aa9c Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 25 Mar 2015 15:36:56 +0530 Subject: [PATCH 06/10] [reset_minion] --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index cb741f3c..438c9dfb 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,7 +11,6 @@ python: - pypy - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 From cae7ec33dbee19849084c6432aafcadc31de2c67 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 26 Oct 2015 11:52:09 +0530 Subject: [PATCH 07/10] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 438c9dfb..4c436f83 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,8 +7,8 @@ python: - 2.7 - 3.2 - 3.3 - - 3.4 - - pypy + # - 3.4 +# - pypy before_install: From ca4c5c2e99d7afebe8a33ae7dd2f08ff6c8bbd04 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 15:30:01 +0530 Subject: [PATCH 08/10] [skip ci] --- shippable.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 4c436f83..c2df8648 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,12 +3,8 @@ language: python #build_image: shippable/minv2:beta python: - - 2.6 - - 2.7 - 3.2 - - 3.3 - # - 3.4 -# - pypy + before_install: From d87097826d12588ab318184a1d176b68f67b200d Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 15:33:18 +0530 Subject: [PATCH 09/10] Update shippable.yml --- shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index c2df8648..64ad4039 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,10 +5,9 @@ language: python python: - 3.2 - - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 + - pip install coverage==3.7.1 codecov #install: # - pip install -r requirements.txt From ce0f6ed728cc1a039ce7cf96e98a54507041764a Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 15:34:52 +0530 Subject: [PATCH 10/10] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 64ad4039..2524c21b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -6,7 +6,7 @@ python: - 3.2 before_install: - - source ~/.rvm/scripts/rvm && rvm use 1.9.2 + #- source ~/.rvm/scripts/rvm && rvm use 1.9.2 - pip install coverage==3.7.1 codecov #install: