From 531a7be46d0d0f5e534c9815b594ba7a53927499 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 3 Mar 2015 19:50:00 +0530 Subject: [PATCH 01/13] 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/13] 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/13] 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/13] 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/13] [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/13] [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 7c837b93d3360e4cdc62de5803b5c73c6e6452bc Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 8 Oct 2015 12:34:17 +0530 Subject: [PATCH 07/13] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 438c9dfb..1259d0f6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: python -#build_image: shippable/minv2:beta +build_image: shippable/minv2 python: - 2.6 From c32fffb861f58230f80993472e3fcf39e4084f22 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 8 Oct 2015 12:39:35 +0530 Subject: [PATCH 08/13] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1259d0f6..dc1f62b5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,6 @@ language: python -build_image: shippable/minv2 +#build_image: shippable/minv2 python: - 2.6 From 90794494d983585bef1231e5f8b9005c78e5f901 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 23 Nov 2015 12:44:46 +0530 Subject: [PATCH 09/13] Update shippable.yml --- shippable.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index dc1f62b5..80866962 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,15 +5,19 @@ language: python python: - 2.6 - 2.7 - - 3.2 +# - 3.2 - 3.3 - - 3.4 - - pypy + # - 3.4 +# - pypy before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 +env: + - FOO=foo BAR=bar + - FOO=bar BAR=foo + #install: # - pip install -r requirements.txt From c6e6fbf896bde2711cc992029c97c723ea07d2bc Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 23 Nov 2015 12:46:39 +0530 Subject: [PATCH 10/13] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 89d6d59f..e090dee3 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() != 62) def main(): From 66e6653a44d4aef2628037f5eba1b5d503e97a24 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 15:13:35 +0530 Subject: [PATCH 11/13] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1bcee5e..742e57eb 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -nose +#nose From 1af7197e7ca77a779dd1c0758311a30d6dbd8b72 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 15:23:24 +0530 Subject: [PATCH 12/13] Update shippable.yml --- shippable.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 80866962..8fae06c4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -6,13 +6,13 @@ python: - 2.6 - 2.7 # - 3.2 - - 3.3 - # - 3.4 + # - 3.3 + - 3.4 # - pypy -before_install: - - source ~/.rvm/scripts/rvm && rvm use 1.9.2 +#before_install: + # - source ~/.rvm/scripts/rvm && rvm use 1.9.2 env: - FOO=foo BAR=bar @@ -26,6 +26,7 @@ before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - git --version + - python --version script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 3dac2a5588c262accc89851749d0e0ac71dbb8fc Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 15:33:59 +0530 Subject: [PATCH 13/13] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8fae06c4..b3471089 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,8 @@ python: # - 3.2 # - 3.3 - 3.4 -# - pypy + - 3.5 + - pypy #before_install: