diff --git a/shippable.yml b/shippable.yml index 7239631..88959bb 100644 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ after_script: - cp README.md ./shippable -branches: - only: - - master +#branches: + # only: + # - master #build_image: shippable/minv2:beta diff --git a/test.py b/test.py index da5fb51..ebdbce4 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 != 15) def main():