From e1b3b7a0adaf4d2e98eefb50b6ee9f305fb6efd4 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Jul 2014 11:45:58 +0530 Subject: [PATCH 01/60] Update shippable.yml --- shippable.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3bdcdf82..34e81b8e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,13 @@ language: python python: + - 2.6 - 2.7 - + - 3.2 + - 3.3 + - 3.4 + - pypy + install: - pip install -r requirements.txt @@ -14,4 +19,8 @@ before_script: script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py \ No newline at end of file + - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + +notifications: + email: + - exampleone@org.com From de9d2fdb6383dbaa8cf63b4c5897b1fa5ea68b71 Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Tue, 22 Jul 2014 11:48:12 -0700 Subject: [PATCH 02/60] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec522d27..0f675189 100755 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Python Sample ===================== Simple Python sample with tests using Nose and Coverage. + +This sample is built for Shippable, a docker based continuous integration and deployment platform. From b32868a656a779f67db1249ed9633c8695f1c40a Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:30:42 +0530 Subject: [PATCH 03/60] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 34e81b8e..21c36b18 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,12 +1,12 @@ language: python python: - - 2.6 - - 2.7 + #- 2.6 + #- 2.7 - 3.2 - - 3.3 - - 3.4 - - pypy + #- 3.3 + #- 3.4 + #- pypy install: - pip install -r requirements.txt From 0e635d2eaffffc150ab7bc06a5d99d7a368912e7 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:31:43 +0530 Subject: [PATCH 04/60] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 21c36b18..002d9d6f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,6 +21,7 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + notifications: email: - exampleone@org.com From 78fc8d5b9684ceaef548407996f824c72c84810c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:36:36 +0530 Subject: [PATCH 05/60] 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 52db86149654449acfa381a21b5fed77b69719e7 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:48:50 +0530 Subject: [PATCH 06/60] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 002d9d6f..3fb46864 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,8 +3,8 @@ language: python python: #- 2.6 #- 2.7 - - 3.2 - #- 3.3 + #- 3.2 + - 3.3 #- 3.4 #- pypy From 79f4b452a8da5164bae7d72e3f291aa7e53681c4 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:50:22 +0530 Subject: [PATCH 07/60] 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 98c90b025d3d53a131256f5036ef03a894cd195e Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 10:51:27 +0530 Subject: [PATCH 08/60] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3fb46864..002d9d6f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,8 +3,8 @@ language: python python: #- 2.6 #- 2.7 - #- 3.2 - - 3.3 + - 3.2 + #- 3.3 #- 3.4 #- pypy From 2db35928e88fc2343d5e54ebb98f0fc8a9f330e0 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 11:02:07 +0530 Subject: [PATCH 09/60] 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 7b026d1dd0b9f19be33026a68eaeaec4b2e03c72 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 11:08:35 +0530 Subject: [PATCH 10/60] 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 69e7d50135081e89f0307588fb1c778e66698021 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 11:10:02 +0530 Subject: [PATCH 11/60] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e090dee3..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() != 62) + self.failIf(app.retrieve() != 60) def main(): From 783c442e97fd21646fbaf742d7404fa3ee2a1643 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 11:25:40 +0530 Subject: [PATCH 12/60] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 8f54ebfe..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() != 60) + self.failIf(app.retrieve() != 62) def main(): From 291802f85c289dcee8c95095944fd16d8c12fe5f Mon Sep 17 00:00:00 2001 From: vidyar Date: Sun, 3 Aug 2014 11:51:55 +0530 Subject: [PATCH 13/60] Test commit --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 002d9d6f..bf63464a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -20,7 +20,7 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - + - echo "test" >> README.md notifications: email: From 68553ab0f2112ab18209093b21c840d0ffd7e18c Mon Sep 17 00:00:00 2001 From: vidyar Date: Sun, 3 Aug 2014 11:55:10 +0530 Subject: [PATCH 14/60] commit --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index bf63464a..6114fda3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,7 +21,7 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - echo "test" >> README.md - + - cat ~/.gitconfig" notifications: email: - exampleone@org.com From 04afdcdf6fd8353004050fc428c5a299943cb4d4 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Sun, 3 Aug 2014 11:59:05 +0530 Subject: [PATCH 15/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6114fda3..22405f84 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,7 +21,7 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - echo "test" >> README.md - - cat ~/.gitconfig" + - cat ~/.gitconfig notifications: email: - exampleone@org.com From 5be28a0b71236aff9e981bd5c3989cf29e618d75 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Sun, 3 Aug 2014 14:23:31 +0530 Subject: [PATCH 16/60] 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 53cdafa9e5b0f4710e07056670038bf58a89ab37 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Sun, 3 Aug 2014 14:25:20 +0530 Subject: [PATCH 17/60] 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 14755f17487021a40a95533d464ded9b2a8d0c15 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Sun, 3 Aug 2014 14:26:43 +0530 Subject: [PATCH 18/60] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 8f54ebfe..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() != 60) + self.failIf(app.retrieve() != 62) def main(): From 43112fdfe87ef227b2374a5ad296ae1295b8825a Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Sun, 3 Aug 2014 14:27:40 +0530 Subject: [PATCH 19/60] 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 b029523190a8a4ddef1162cf59d456eaa8c9b883 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Sun, 3 Aug 2014 14:28:47 +0530 Subject: [PATCH 20/60] 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 e5829dd5b20926778b9818c49f4e17a0fd9b4f61 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 12 Aug 2014 13:33:56 +0530 Subject: [PATCH 21/60] Update shippable.yml --- shippable.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 22405f84..66359d48 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,7 +7,9 @@ python: #- 3.3 #- 3.4 #- pypy - +env: + global: + - secure: delZzsoRnqIRZ8OjM1mDc0Zl+IowUTGFX5kXRmnXcdtxmIgiOGg8GF0LfZHuhDnnoSA7ggOOQAmobOfrUJtFNKgxeM4J+HhPYKovOP8UdCuJgyEE1ygnW55fihgJAXbnNJ0uIAS61y9tREBR/owUQa1Q7Qu48PUeJSoIO+ngIaKb64SGwhPSVbmXp5SE+sm1MmadWt+agMOX1UTium0lnJ2SV+TZWXQ07mhaFX+9eNWnstZYeUOh94dybHFAX6zjnnJYyD419iyx6oLyyYf5E/bHGuix5XNoJgFKU1jA5FUK5tIUY9S1Q7l0IaGtU53nK8nYfd03l8AO1qGfNk2jEQ== install: - pip install -r requirements.txt @@ -20,8 +22,12 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - echo "test" >> README.md + - echo $secret >> README.md - cat ~/.gitconfig +before_archive: + - mv README.md shippable/ +after_archive: + - echo $SHIPPABLE_ARTIFACTS_URL notifications: email: - exampleone@org.com From 6e75d002b01c1eb430d6366cc0914b8c7e5134ce Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 12 Aug 2014 13:41:55 +0530 Subject: [PATCH 22/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 66359d48..ebc42abd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -22,7 +22,7 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - echo $secret >> README.md + - echo $secret - cat ~/.gitconfig before_archive: - mv README.md shippable/ From c51344c1b6b923a77bccec90808a2be39613c43c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 12 Aug 2014 13:42:58 +0530 Subject: [PATCH 23/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ebc42abd..d714d713 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,7 @@ script: - echo $secret - cat ~/.gitconfig before_archive: - - mv README.md shippable/ + - mv coverage.xml shippable/coverage after_archive: - echo $SHIPPABLE_ARTIFACTS_URL notifications: From 96b6c8a1e6a220d16d9f1f31195054f05edcbe9c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 12 Aug 2014 13:46:40 +0530 Subject: [PATCH 24/60] Update shippable.yml --- shippable.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d714d713..1090a3ee 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,14 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - echo $secret - cat ~/.gitconfig + - echo $secret >> README.md + before_archive: - - mv coverage.xml shippable/coverage + - mv README.md shippable/ + after_archive: - echo $SHIPPABLE_ARTIFACTS_URL + notifications: email: - exampleone@org.com From 5ffc9b3097b91cdbce09e65b447187fc49c6357c Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Fri, 12 Sep 2014 17:19:37 +0530 Subject: [PATCH 25/60] Update shippable.yml --- shippable.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1090a3ee..fa638d20 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,7 +9,8 @@ python: #- pypy env: global: - - secure: delZzsoRnqIRZ8OjM1mDc0Zl+IowUTGFX5kXRmnXcdtxmIgiOGg8GF0LfZHuhDnnoSA7ggOOQAmobOfrUJtFNKgxeM4J+HhPYKovOP8UdCuJgyEE1ygnW55fihgJAXbnNJ0uIAS61y9tREBR/owUQa1Q7Qu48PUeJSoIO+ngIaKb64SGwhPSVbmXp5SE+sm1MmadWt+agMOX1UTium0lnJ2SV+TZWXQ07mhaFX+9eNWnstZYeUOh94dybHFAX6zjnnJYyD419iyx6oLyyYf5E/bHGuix5XNoJgFKU1jA5FUK5tIUY9S1Q7l0IaGtU53nK8nYfd03l8AO1qGfNk2jEQ== + - secure: nWdcKFLb3FVcPMwR1lviCGcCP1vjlspsAf7MJ3rn8GIb/d9tnAzS/Swdn1Gb/iT/sDclFZR/4OjZf6q8ZyhjUQ4B9Lvo8zlpYrIHWWqd5enltZVNdsFmquHpGEIomo6bsnAojHUuR/BJrBc0pv/YBu0YsUcvKYyAGjDOmYI3HZSXNZUjaIbLAtCTMR+EvKRs4MHDXW9xfhskf2qsToX4PnPSUKw2nj1m24NtzHoJlcIjV18juKStPuLdMdWnuXE3p1BLstBAliZVH08/wq5lUKHp9Kgh5mFESk4l3BZmRGTI9LJZlTkUlWqq3JA9h5s+2WG0jJ51FR7UeNZFmTVncw== + #- secure: delZzsoRnqIRZ8OjM1mDc0Zl+IowUTGFX5kXRmnXcdtxmIgiOGg8GF0LfZHuhDnnoSA7ggOOQAmobOfrUJtFNKgxeM4J+HhPYKovOP8UdCuJgyEE1ygnW55fihgJAXbnNJ0uIAS61y9tREBR/owUQa1Q7Qu48PUeJSoIO+ngIaKb64SGwhPSVbmXp5SE+sm1MmadWt+agMOX1UTium0lnJ2SV+TZWXQ07mhaFX+9eNWnstZYeUOh94dybHFAX6zjnnJYyD419iyx6oLyyYf5E/bHGuix5XNoJgFKU1jA5FUK5tIUY9S1Q7l0IaGtU53nK8nYfd03l8AO1qGfNk2jEQ== install: - pip install -r requirements.txt @@ -22,16 +23,6 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - echo $secret + - echo $env - cat ~/.gitconfig - - echo $secret >> README.md - -before_archive: - - mv README.md shippable/ - -after_archive: - - echo $SHIPPABLE_ARTIFACTS_URL - -notifications: - email: - - exampleone@org.com + From 98d891a4789984c03d043ad0d8d5309be2ee1408 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Fri, 12 Sep 2014 17:22:37 +0530 Subject: [PATCH 26/60] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f675189..986217ec 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Python Sample ===================== - +test Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. From 86517508c7aa658838ac2d799ea608f67219f849 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Fri, 12 Sep 2014 17:22:57 +0530 Subject: [PATCH 27/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index fa638d20..9a2a2393 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,7 +4,7 @@ python: #- 2.6 #- 2.7 - 3.2 - #- 3.3 + - 3.3 #- 3.4 #- pypy env: From ec887fa622974bc0f610970a67c720bb5209d806 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Fri, 12 Sep 2014 17:26:03 +0530 Subject: [PATCH 28/60] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b3cf7d91..f289077b 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ def __init__(self): self.var1 = 15 def calculate(self): - self.result = self.var1 * 4 + 2 + self.result = self.var1 * 4 + 1 def retrieve(self): return self.result From 657af595853ec61d8c7990af46924dbef86cc9db Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Fri, 12 Sep 2014 17:28:27 +0530 Subject: [PATCH 29/60] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f289077b..b3cf7d91 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ def __init__(self): self.var1 = 15 def calculate(self): - self.result = self.var1 * 4 + 1 + self.result = self.var1 * 4 + 2 def retrieve(self): return self.result From 1d034b95cff1b4c8ec87a8863b191be9fa547595 Mon Sep 17 00:00:00 2001 From: Vidya3 Date: Fri, 12 Sep 2014 17:30:00 +0530 Subject: [PATCH 30/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1090a3ee..6e167af7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: #- 2.6 - #- 2.7 + - 2.7 - 3.2 #- 3.3 #- 3.4 From 25c0d8562db5bf33cfa989b4e1f8ed2a2a0a475a Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Fri, 12 Sep 2014 17:54:03 +0530 Subject: [PATCH 31/60] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 50bfd281..6642b008 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,9 +9,9 @@ python: #- pypy env: global: - - secure: nWdcKFLb3FVcPMwR1lviCGcCP1vjlspsAf7MJ3rn8GIb/d9tnAzS/Swdn1Gb/iT/sDclFZR/4OjZf6q8ZyhjUQ4B9Lvo8zlpYrIHWWqd5enltZVNdsFmquHpGEIomo6bsnAojHUuR/BJrBc0pv/YBu0YsUcvKYyAGjDOmYI3HZSXNZUjaIbLAtCTMR+EvKRs4MHDXW9xfhskf2qsToX4PnPSUKw2nj1m24NtzHoJlcIjV18juKStPuLdMdWnuXE3p1BLstBAliZVH08/wq5lUKHp9Kgh5mFESk4l3BZmRGTI9LJZlTkUlWqq3JA9h5s+2WG0jJ51FR7UeNZFmTVncw== - #- secure: delZzsoRnqIRZ8OjM1mDc0Zl+IowUTGFX5kXRmnXcdtxmIgiOGg8GF0LfZHuhDnnoSA7ggOOQAmobOfrUJtFNKgxeM4J+HhPYKovOP8UdCuJgyEE1ygnW55fihgJAXbnNJ0uIAS61y9tREBR/owUQa1Q7Qu48PUeJSoIO+ngIaKb64SGwhPSVbmXp5SE+sm1MmadWt+agMOX1UTium0lnJ2SV+TZWXQ07mhaFX+9eNWnstZYeUOh94dybHFAX6zjnnJYyD419iyx6oLyyYf5E/bHGuix5XNoJgFKU1jA5FUK5tIUY9S1Q7l0IaGtU53nK8nYfd03l8AO1qGfNk2jEQ== -install: + - secure: dAwoo85ZU/4xFHJ3PrH+mvBwUfYqRbINKLbO7cuYx4Dj5lNp5J4l8AjB5WVrZdtct1bKE7OXQdzotPGQc/t23rDIhplSVxCssxd9XD9L7CQ5Rqm8oGgGkEm93I0rr2xX3B05IKupmRe3PziGdpDnsT8KA/dmCrmUZAWDYFFThNM9t2THqvBgBGfCn9qIMlmQcqKCVk5WJlwWiriH5RjoYvqaZuTlYNhuAgq+RMv7qeGqIOk8qCQ9OeU1SV9Zm1mkIVZjol+4V1ABDj2RnJDF7KQY65aGdsLRSNJW+AATE8hrQ2xs4w9gnhiRa0lueqiTRjNBcv2NsTlI0J3BcxZprg== +# - secure: awk2WER/kS19mbG6pN4UUCg/LYgkZhUhYF0A1aoBtZUmBoe3tdtDb8tsnySjWL40IUiL9p2BnJ1TwR2dVhzc7lXH2BuLIsE83CnmOq/qB5wSEZ7s8qY0FxCp3v4ptoNmQjNceljAx91ytgzPv4Y1AkKccH68XCmktjN/1u2J+j5eSH5/MADe9PF05xO7AYK9fDbEHQ2YILtXHNyU2Hz7T/aMvjn9Nv1sohvTjba4Tf4buX7KdHFwm2fWkn4rsUSszGsqAbgIgzkH54FwiwRTspZFV2E1xoPLx0JAiFAFvhZFwpE1HoDdj3+VGs8NqO95T1rx5hFGe3On1p3mtEmkYQ== + install: - pip install -r requirements.txt # Make folders for the reports @@ -23,6 +23,6 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - echo $env + - echo $foo - cat ~/.gitconfig From 77dc81641a96bd4900ad86049ffb83757f5c3a37 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Fri, 12 Sep 2014 17:55:56 +0530 Subject: [PATCH 32/60] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6642b008..877eda22 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: #- 2.6 - - 2.7 + # - 2.7 - 3.2 - 3.3 #- 3.4 @@ -11,7 +11,7 @@ env: global: - secure: dAwoo85ZU/4xFHJ3PrH+mvBwUfYqRbINKLbO7cuYx4Dj5lNp5J4l8AjB5WVrZdtct1bKE7OXQdzotPGQc/t23rDIhplSVxCssxd9XD9L7CQ5Rqm8oGgGkEm93I0rr2xX3B05IKupmRe3PziGdpDnsT8KA/dmCrmUZAWDYFFThNM9t2THqvBgBGfCn9qIMlmQcqKCVk5WJlwWiriH5RjoYvqaZuTlYNhuAgq+RMv7qeGqIOk8qCQ9OeU1SV9Zm1mkIVZjol+4V1ABDj2RnJDF7KQY65aGdsLRSNJW+AATE8hrQ2xs4w9gnhiRa0lueqiTRjNBcv2NsTlI0J3BcxZprg== # - secure: awk2WER/kS19mbG6pN4UUCg/LYgkZhUhYF0A1aoBtZUmBoe3tdtDb8tsnySjWL40IUiL9p2BnJ1TwR2dVhzc7lXH2BuLIsE83CnmOq/qB5wSEZ7s8qY0FxCp3v4ptoNmQjNceljAx91ytgzPv4Y1AkKccH68XCmktjN/1u2J+j5eSH5/MADe9PF05xO7AYK9fDbEHQ2YILtXHNyU2Hz7T/aMvjn9Nv1sohvTjba4Tf4buX7KdHFwm2fWkn4rsUSszGsqAbgIgzkH54FwiwRTspZFV2E1xoPLx0JAiFAFvhZFwpE1HoDdj3+VGs8NqO95T1rx5hFGe3On1p3mtEmkYQ== - install: +install: - pip install -r requirements.txt # Make folders for the reports From 42514273af81ffa31a62c26899004a97a4336cab Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Mon, 15 Sep 2014 16:33:06 +0530 Subject: [PATCH 33/60] 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 14ffe13a65f28344265d4a2be16a40576458200f Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Mon, 15 Sep 2014 16:44:46 +0530 Subject: [PATCH 34/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 877eda22..55f407e4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ python: # - 2.7 - 3.2 - 3.3 - #- 3.4 + - 3.4 #- pypy env: global: From 48bce8e763fbade5a19e928b0bae9c085a6ed4ff Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Mon, 15 Sep 2014 17:24:35 +0530 Subject: [PATCH 35/60] Update shippable.yml --- shippable.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index 55f407e4..ec89325d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,14 +3,11 @@ language: python python: #- 2.6 # - 2.7 - - 3.2 + #- 3.2 - 3.3 - - 3.4 + #- 3.4 #- pypy -env: - global: - - secure: dAwoo85ZU/4xFHJ3PrH+mvBwUfYqRbINKLbO7cuYx4Dj5lNp5J4l8AjB5WVrZdtct1bKE7OXQdzotPGQc/t23rDIhplSVxCssxd9XD9L7CQ5Rqm8oGgGkEm93I0rr2xX3B05IKupmRe3PziGdpDnsT8KA/dmCrmUZAWDYFFThNM9t2THqvBgBGfCn9qIMlmQcqKCVk5WJlwWiriH5RjoYvqaZuTlYNhuAgq+RMv7qeGqIOk8qCQ9OeU1SV9Zm1mkIVZjol+4V1ABDj2RnJDF7KQY65aGdsLRSNJW+AATE8hrQ2xs4w9gnhiRa0lueqiTRjNBcv2NsTlI0J3BcxZprg== -# - secure: awk2WER/kS19mbG6pN4UUCg/LYgkZhUhYF0A1aoBtZUmBoe3tdtDb8tsnySjWL40IUiL9p2BnJ1TwR2dVhzc7lXH2BuLIsE83CnmOq/qB5wSEZ7s8qY0FxCp3v4ptoNmQjNceljAx91ytgzPv4Y1AkKccH68XCmktjN/1u2J+j5eSH5/MADe9PF05xO7AYK9fDbEHQ2YILtXHNyU2Hz7T/aMvjn9Nv1sohvTjba4Tf4buX7KdHFwm2fWkn4rsUSszGsqAbgIgzkH54FwiwRTspZFV2E1xoPLx0JAiFAFvhZFwpE1HoDdj3+VGs8NqO95T1rx5hFGe3On1p3mtEmkYQ== + install: - pip install -r requirements.txt From 8ba81b275531f5ba646e32ff0da8251ea242f25d Mon Sep 17 00:00:00 2001 From: vidyaraghav Date: Mon, 15 Sep 2014 17:27:19 +0530 Subject: [PATCH 36/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ec89325d..3c9695cd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ python: # - 2.7 #- 3.2 - 3.3 - #- 3.4 + - 3.4 #- pypy install: From ebc060974a41b4eacd1beb2e020bdfce2f1e64a8 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 16 Sep 2014 13:04:14 +0530 Subject: [PATCH 37/60] 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 41df5090e6ff963f1a07e056e6111cd676dbadd1 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 12:28:09 +0530 Subject: [PATCH 38/60] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3c9695cd..19acb9d2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ python: # - 2.7 #- 3.2 - 3.3 - - 3.4 + # - 3.4 #- pypy install: @@ -23,3 +23,4 @@ script: - echo $foo - cat ~/.gitconfig +archive: true From 09a59d65238dc6120242864352c3e31ef34a5bea Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 12:48:43 +0530 Subject: [PATCH 39/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 986217ec..2ab04e8b 100755 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ test Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. +[![Build Status](https://apibeta.shippable.com/projects/54192a7576d0c288e441cf12/badge?branchName=master)](https://appbeta.shippable.com/projects/54192a7576d0c288e441cf12/builds/latest) From f08a21c7ff0457cf533210d68b852498074a2540 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 13:40:03 +0530 Subject: [PATCH 40/60] 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 d79d40ed9e6849bb613849011cf1da8ee778fa6e Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 13:59:40 +0530 Subject: [PATCH 41/60] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 19acb9d2..e211284c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,12 +1,12 @@ language: python python: - #- 2.6 - # - 2.7 - #- 3.2 + - 2.6 + - 2.7 + - 3.2 - 3.3 - # - 3.4 - #- pypy + - 3.4 + - pypy install: - pip install -r requirements.txt From 4ee4b0fdba743a695cf691a57b041b2f84de54a0 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:05:08 +0530 Subject: [PATCH 42/60] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index e211284c..f1d565f4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,9 +4,9 @@ python: - 2.6 - 2.7 - 3.2 - - 3.3 - - 3.4 - - pypy + #- 3.3 + #- 3.4 + # - pypy install: - pip install -r requirements.txt From b42c1e05138ab68347ba223af223b9a7b43ddafb Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:07:30 +0530 Subject: [PATCH 43/60] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index f1d565f4..ca8f2577 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,10 +1,10 @@ language: python python: - - 2.6 + #- 2.6 - 2.7 - 3.2 - #- 3.3 + - 3.3 #- 3.4 # - pypy From f7a6e1fe18b321aa47bc2e43043c7c86ddb008af Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:32:19 +0530 Subject: [PATCH 44/60] Update shippable.yml --- shippable.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index ca8f2577..17133b35 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,12 +1,9 @@ language: python python: - #- 2.6 - 2.7 - 3.2 - 3.3 - #- 3.4 - # - pypy install: - pip install -r requirements.txt @@ -24,3 +21,10 @@ script: - cat ~/.gitconfig archive: true +notifications: + email: + recipients: + - vidya@shippable.com + - vidyac.raghav@gmail.com + on_success: change + on_failure: always From 3c1ebed236f46ded4ade49192805fe783a386774 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:34:35 +0530 Subject: [PATCH 45/60] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 17133b35..7ce98382 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,6 @@ language: python python: - - 2.7 - 3.2 - 3.3 From 935bf083c2443e4c769e8514038aa7dfa86a822c Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:36:40 +0530 Subject: [PATCH 46/60] Update shippable.yml --- shippable.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7ce98382..fade90ff 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: - 3.2 - - 3.3 + # - 3.3 install: - pip install -r requirements.txt @@ -16,8 +16,7 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - echo $foo - - cat ~/.gitconfig + - env archive: true notifications: From ad71a98729617fc0b8493e832e26112db28e96c0 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:40:47 +0530 Subject: [PATCH 47/60] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index fade90ff..03ff41a6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,12 +11,13 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage + - printenv script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - env + archive: true notifications: From ecd505559672d7ac7762ab2e6cd06580b5f0f1c8 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 17 Sep 2014 14:45:16 +0530 Subject: [PATCH 48/60] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 03ff41a6..33826421 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: - 3.2 - # - 3.3 + - 3.3 install: - pip install -r requirements.txt @@ -24,6 +24,6 @@ notifications: email: recipients: - vidya@shippable.com - - vidyac.raghav@gmail.com + - buildsampletest@gmail.com on_success: change on_failure: always From 0c8779665e423069b9399925a8c9ae7a5e4fd157 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Thu, 18 Sep 2014 15:41:50 +0530 Subject: [PATCH 49/60] [ci skip] --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 33826421..eb70b87c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,7 @@ language: python python: - 3.2 - 3.3 + - 3.4 install: - pip install -r requirements.txt From e36470274ee62ad367d4f50906cdfd4069defae5 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 8 Oct 2014 10:17:14 +0530 Subject: [PATCH 50/60] Update shippable.yml --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index eb70b87c..d49c7b81 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,3 +28,9 @@ notifications: - buildsampletest@gmail.com on_success: change on_failure: always + +branches: + only: + - dev + - test-pr + - master From 1c0d292b8fa66f47b0b2d15fe096624227d35c94 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Wed, 8 Oct 2014 10:23:19 +0530 Subject: [PATCH 51/60] 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 42c05f9da759c343b6dfb432aa87223702ce44c8 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 22 Dec 2014 20:08:44 +0530 Subject: [PATCH 52/60] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d49c7b81..969c9f3f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -29,6 +29,7 @@ notifications: on_success: change on_failure: always + branches: only: - dev From 7e847e5eaded645853df229a815fcce6b5e9bf0b Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Mon, 22 Dec 2014 20:13:38 +0530 Subject: [PATCH 53/60] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 969c9f3f..9732ca7d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + python: - 3.2 - 3.3 @@ -30,6 +31,7 @@ notifications: on_failure: always + branches: only: - dev From 14a94ee2838bf655bf99fe3899d5ebb4d421a221 Mon Sep 17 00:00:00 2001 From: buildsample Date: Thu, 23 Jul 2015 22:50:56 +0530 Subject: [PATCH 54/60] Update shippable.yml --- shippable.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9732ca7d..b1913b2d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: - - 3.2 +# - 3.2 - 3.3 - 3.4 @@ -32,8 +32,3 @@ notifications: -branches: - only: - - dev - - test-pr - - master From 3c179305666e6c6ff4c5aa316bf962336d6936b4 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:38:59 +0530 Subject: [PATCH 55/60] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index b1913b2d..ca5e5d27 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,5 @@ language: python - python: # - 3.2 - 3.3 From 0756fc8ffad5ed0fb4432ff8f8e112e64c516ade Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 17:44:35 +0530 Subject: [PATCH 56/60] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ca5e5d27..d00746fa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ language: python python: # - 3.2 - - 3.3 + # - 3.3 - 3.4 install: From 5347a84a2e14eadb4fe378575712b62465bad565 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 12 Oct 2015 18:04:18 +0530 Subject: [PATCH 57/60] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d00746fa..687667d9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + python: # - 3.2 # - 3.3 From 7cd813363f9ea36faec8e564866bdabb9ec09f17 Mon Sep 17 00:00:00 2001 From: buildsample Date: Tue, 8 Dec 2015 15:01:14 +0530 Subject: [PATCH 58/60] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 687667d9..d00746fa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,5 @@ language: python - python: # - 3.2 # - 3.3 From 72064bb0ea79abd717837c33b22b464c5fad0e04 Mon Sep 17 00:00:00 2001 From: buildsample Date: Sat, 20 Feb 2016 14:08:34 +0530 Subject: [PATCH 59/60] Update shippable.yml --- shippable.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/shippable.yml b/shippable.yml index d00746fa..190b4d2d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,16 +8,8 @@ python: install: - pip install -r requirements.txt -# Make folders for the reports -before_script: - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage - - printenv - -script: - - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - which python && coverage run --branch test.py - - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + + archive: true From add6b33df957cf489a6a55163e44ca4cf1c90b8c Mon Sep 17 00:00:00 2001 From: buildsample Date: Sat, 20 Feb 2016 16:13:08 +0530 Subject: [PATCH 60/60] Update shippable.yml --- shippable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 190b4d2d..8b9bc26c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,9 +9,6 @@ install: - pip install -r requirements.txt - - - archive: true notifications: email: