From 2879a43f455cfd694e030505679e603b0ee64040 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 15:00:59 +0530 Subject: [PATCH 1/3] [skip ci] --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 17a8652..ab7f3c3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -20,7 +20,6 @@ before_script: archive: true script: true - #cache: true after_script: - cp README.md ./shippable From c688fefc75e3482c0148a632ebb780802b98a51d Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 15:03:27 +0530 Subject: [PATCH 2/3] 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 41b2529a91dfa83d5097ae892b1f822ef3fdb0a0 Mon Sep 17 00:00:00 2001 From: buildsample Date: Wed, 18 Mar 2015 15:32:19 +0530 Subject: [PATCH 3/3] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index ab7f3c3..2986779 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,7 @@ language: python + + python: - 2.7 - 2.6