From c48801d7de2bdc7f923674bdcddf253f8b5dd273 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 14:45:24 +0530 Subject: [PATCH 1/5] Update shippable.yml --- shippable.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index dda0477..46fe400 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,7 @@ language: python + + python: - 2.7 - 2.6 @@ -29,6 +31,6 @@ after_script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py branches: - only: - - master + except: + - a-test-pr #build_image: shippable/minv2:beta From 0e9dfee60b816629b82c74f74132946843a67f78 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 14:50:51 +0530 Subject: [PATCH 2/5] [skip ci] --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 46fe400..17a8652 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,5 @@ language: python - - python: - 2.7 - 2.6 From d3f04c7ffe18f58479165b6aef30175d12ca002d Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 15:33:07 +0530 Subject: [PATCH 3/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 17a8652..91febbd 100644 --- a/shippable.yml +++ b/shippable.yml @@ -29,6 +29,6 @@ after_script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py branches: - except: + only: - a-test-pr #build_image: shippable/minv2:beta From 60bcc57350e8621507ae38feb18b5d1ae43ab546 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 17:43:52 +0530 Subject: [PATCH 4/5] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index da5fb51..be8f5e4 100644 --- a/test.py +++ b/test.py @@ -8,7 +8,7 @@ def test(self): couch = Couch() couch.populate() things = couch.count() - self.failIf(things != 5) + self.failIf(things != 6) def main(): From 64f1349c4c6b32537d1fe878b01186534667bdbc Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 17:54:52 +0530 Subject: [PATCH 5/5] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index be8f5e4..da5fb51 100644 --- a/test.py +++ b/test.py @@ -8,7 +8,7 @@ def test(self): couch = Couch() couch.populate() things = couch.count() - self.failIf(things != 6) + self.failIf(things != 5) def main():