From c9e0ba49a62113293a54afb8419aae7e158af5c9 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 3 Mar 2015 19:51:48 +0530 Subject: [PATCH 01/36] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2c6c7a..0bc4573a 100755 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ 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 38d388af4b8a40015652ff698f4a2ad777124d95 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Mar 2015 14:28:45 +0530 Subject: [PATCH 02/36] 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. --- 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 65218b44ff4f49f9287f023bdc640407f4324107 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 19 Mar 2015 14:31:22 +0530 Subject: [PATCH 03/36] removing python version --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ecec0ba5..0a72462b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,8 +3,8 @@ language: python #build_image: shippable/minv2:beta python: - - 2.6 - - 2.7 +# - 2.6 + # - 2.7 - 3.2 - 3.3 - 3.4 From 9a2dc3f4605c7582221675684c66e4190b2a8f0a Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 20 Apr 2015 16:44:53 +0530 Subject: [PATCH 04/36] 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 ea6029f200889f37039ba1cc16bcfc92a709b75b Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 6 May 2015 10:24:32 +0530 Subject: [PATCH 05/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 0a72462b..30d6186e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + #build_image: shippable/minv2:beta python: From 2ee3494086f42db8794346453ed23c38fd32b010 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 13 May 2015 18:05:44 +0530 Subject: [PATCH 06/36] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 30d6186e..fa7edb9c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,4 @@ language: python - - #build_image: shippable/minv2:beta python: From 9c90497f790d57c48fa24bc2efbccd2653001de1 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 25 Jun 2015 19:44:04 +0530 Subject: [PATCH 07/36] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index fa7edb9c..51282a4f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,12 +2,12 @@ language: python #build_image: shippable/minv2:beta python: -# - 2.6 - # - 2.7 + - 2.6 + - 2.7 - 3.2 - 3.3 - 3.4 - # - pypy + - pypy From 7ee69261741f7a5f7b478eb6584f1ccfb947b128 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 26 Jun 2015 12:26:20 +0530 Subject: [PATCH 08/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 51282a4f..56ef415a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ language: python #build_image: shippable/minv2:beta + python: - 2.6 - 2.7 From 8dc8960cca9935b4130d2093eaebbcabb916a7d4 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:28:01 +0530 Subject: [PATCH 09/36] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 56ef415a..5c9e6f7f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,5 @@ language: python #build_image: shippable/minv2:beta - - python: - 2.6 - 2.7 From 93908734201978feca198ea6a2eb75552c38bf91 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:29:33 +0530 Subject: [PATCH 10/36] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 5c9e6f7f..f2cf856c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,6 +39,8 @@ notifications: on_success: change on_failure: always + + #test #cache: true parallelized_test : true From 9ac110c3a63cbc9a777d23cd3245dad51431ca57 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:31:16 +0530 Subject: [PATCH 11/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index f2cf856c..d0669942 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python #build_image: shippable/minv2:beta + python: - 2.6 - 2.7 From e111bd7a64398670300c5b39cc40e6473923daf7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:48:43 +0530 Subject: [PATCH 12/36] Update shippable.yml --- shippable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index d0669942..46329e89 100755 --- a/shippable.yml +++ b/shippable.yml @@ -42,6 +42,3 @@ notifications: -#test -#cache: true -parallelized_test : true From 79716b7926cb51284349ec53cd6ee36f73f4fa5e Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:50:49 +0530 Subject: [PATCH 13/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 46329e89..ac9aef36 100755 --- a/shippable.yml +++ b/shippable.yml @@ -32,6 +32,7 @@ script: - echo $BRANCH archive: true + notifications: email: recipients: From a349ce957dfa464d2fd5b2b9b2d42d01d8e63bc7 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:58:08 +0530 Subject: [PATCH 14/36] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ac9aef36..96159c0f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,6 @@ python: - 3.4 - pypy - - before_install: - source ~/.rvm/scripts/rvm && rvm use 1.9.2 From e1f40d54d21c000b3b97c65b656b72a02176f17f Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 18:00:22 +0530 Subject: [PATCH 15/36] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 96159c0f..3e6a840b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,8 @@ language: python #build_image: shippable/minv2:beta + + python: - 2.6 - 2.7 From 65a8df2afb642b72f2b9e6d1ea4a829987cac19e Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 14 Oct 2015 17:55:45 +0530 Subject: [PATCH 16/36] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3e6a840b..96159c0f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,6 @@ language: python #build_image: shippable/minv2:beta - - python: - 2.6 - 2.7 From bdf1be6905d20385d4c0045ee46d883bf8b23ad3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 28 Oct 2015 13:09:35 +0530 Subject: [PATCH 17/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 96159c0f..978142ed 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,5 @@ language: python + #build_image: shippable/minv2:beta python: From 5b209565395ec23694bbe24ba4993bc8030261a5 Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 4 Dec 2015 14:11:08 +0530 Subject: [PATCH 18/36] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 978142ed..cacac51b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,10 +8,11 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 - pypy -before_install: - - source ~/.rvm/scripts/rvm && rvm use 1.9.2 +#before_install: + # - source ~/.rvm/scripts/rvm && rvm use 1.9.2 install: - pip install -r requirements.txt From cc5724426abf36700dfb35c6c6b641154e8219cb Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 15:18:54 +0530 Subject: [PATCH 19/36] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index cacac51b..989c3b7e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -33,6 +33,7 @@ script: archive: true + notifications: email: recipients: From 842f00fd1392f633e4f28743f0724bd314eb0a09 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 18:30:08 +0530 Subject: [PATCH 20/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 989c3b7e..f15be65e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,5 @@ language: python - +build_image: drydock/u14pytpls:prod #build_image: shippable/minv2:beta python: From 806ce52b8b970052331a5131f536d9d8cd25e353 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 18:35:51 +0530 Subject: [PATCH 21/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f15be65e..2a96686a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,7 @@ build_image: drydock/u14pytpls:prod #build_image: shippable/minv2:beta python: - - 2.6 + #- 2.6 - 2.7 - 3.2 - 3.3 From ce36f97954227a85ba2b08f62a52fe11e8ea1460 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 9 Dec 2015 14:12:41 +0530 Subject: [PATCH 22/36] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 2a96686a..5cc39478 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,8 +11,9 @@ python: - 3.5 - pypy -#before_install: - # - source ~/.rvm/scripts/rvm && rvm use 1.9.2 +before_install: + # - source ~/.rvm/scripts/rvm && rvm use 1.9. + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov install: - pip install -r requirements.txt From e59bb7b832a55a498f3688dfd5538cf68be61585 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 9 Dec 2015 14:18:49 +0530 Subject: [PATCH 23/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5cc39478..db6fc757 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ python: before_install: # - source ~/.rvm/scripts/rvm && rvm use 1.9. - - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov install: - pip install -r requirements.txt From efe4bc4c419cb82398055a9402a95f97fd0ead1b Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 9 Dec 2015 14:26:57 +0530 Subject: [PATCH 24/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index db6fc757..8977d46c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ python: before_install: # - source ~/.rvm/scripts/rvm && rvm use 1.9. - - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi install: - pip install -r requirements.txt From 586974ec06e9dc2613127888b8c4fba62768c52d Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 11 Dec 2015 16:12:49 +0530 Subject: [PATCH 25/36] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index 8977d46c..2c10bd38 100755 --- a/shippable.yml +++ b/shippable.yml @@ -35,6 +35,11 @@ script: archive: true +matrix: + allow_failure: + - python: 3.5 + - python: pypy + notifications: email: recipients: From 8b8a3aef3612112130fe883741399a364f9797bb Mon Sep 17 00:00:00 2001 From: buildsample Date: Fri, 11 Dec 2015 16:18:22 +0530 Subject: [PATCH 26/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 2c10bd38..60640485 100755 --- a/shippable.yml +++ b/shippable.yml @@ -36,7 +36,7 @@ archive: true matrix: - allow_failure: + allow_failures: - python: 3.5 - python: pypy From 54a7332ad20433ab682c4b7b7fa1c35981a74524 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 14:53:49 +0530 Subject: [PATCH 27/36] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 60640485..81e02ee8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,15 +1,16 @@ language: python -build_image: drydock/u14pytpls:prod +#build_image: drydock/u14pytpls:prod #build_image: shippable/minv2:beta python: - #- 2.6 + - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - 3.5 - pypy + - pypy3 before_install: # - source ~/.rvm/scripts/rvm && rvm use 1.9. From 9ddaa9ad33bbacd7f262cddd680f14e61a839545 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 15:21:38 +0530 Subject: [PATCH 28/36] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 81e02ee8..1d6f4043 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,7 +24,8 @@ 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 - which python && coverage run --branch test.py From 21859d2d1c29aeef3a385153761f0deedeb99de5 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 14 Dec 2015 18:27:32 +0530 Subject: [PATCH 29/36] 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 ffa07c6b4e6e2a0fd8c55986103c395fd45bbbf2 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 16:16:21 +0530 Subject: [PATCH 30/36] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 1d6f4043..a896f456 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,8 @@ language: python #build_image: drydock/u14pytpls:prod #build_image: shippable/minv2:beta + + python: - 2.6 - 2.7 From 63f9dafcc12dd9178d6c3d6b1aa210a04af84ac3 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 16:46:12 +0530 Subject: [PATCH 31/36] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a896f456..119e546a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,6 @@ language: python #build_image: shippable/minv2:beta - python: - 2.6 - 2.7 From df087e6fb4774dccc3e08080fe02d072a10cbe86 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 17 Dec 2015 17:15:48 +0530 Subject: [PATCH 32/36] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 119e546a..1d6f4043 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,6 @@ language: python #build_image: drydock/u14pytpls:prod #build_image: shippable/minv2:beta - python: - 2.6 - 2.7 From e6363c991cd40d8291ba47e142b470e991c9385a Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 4 Jan 2016 12:38:47 +0530 Subject: [PATCH 33/36] 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 97a3c6a283d1bac03b7daf3a972edaeea5311dd9 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 4 Jan 2016 12:52:22 +0530 Subject: [PATCH 34/36] 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 2276f8cd482f40a1c4f90e30cf9363f46fbdca90 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 19 Jan 2016 13:21:56 +0530 Subject: [PATCH 35/36] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1d6f4043..57a764f0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,7 +14,7 @@ python: before_install: # - source ~/.rvm/scripts/rvm && rvm use 1.9. - - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi + - if [[ $SHIPPABLE_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi install: - pip install -r requirements.txt From b893e4c883d815c247fa662d9dc8480b13218779 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 21 Jan 2016 12:58:00 +0530 Subject: [PATCH 36/36] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 57a764f0..16aeadb0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,7 +14,8 @@ python: before_install: # - source ~/.rvm/scripts/rvm && rvm use 1.9. - - if [[ $SHIPPABLE_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi + - if [[ $SHIPPABLE_PYTHON == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi + - echo $SHIPPABLE_PYTHON install: - pip install -r requirements.txt