From bd255a091fd8b534f2745546d73fd295727ac2a2 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 21 May 2017 16:46:24 -0700 Subject: [PATCH 1/2] Add OSX to Travis config --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4a21499749829c..8fb1a7189e45db3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ branches: os: - linux - # macOS builds are disabled as the machines are under-provisioned on Travis, - # adding up to an extra hour completing a full CI run. + - osx compiler: - clang From 4a4e63cac53628af0873fb0a9fef9b994dddfd7e Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 21 May 2017 18:06:57 -0700 Subject: [PATCH 2/2] Bogus commit Just adding a bogus comment to make Travis actually build. --- Objects/iterobject.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Objects/iterobject.c b/Objects/iterobject.c index 75b2fcbd411302f..65a03288d74a48b 100644 --- a/Objects/iterobject.c +++ b/Objects/iterobject.c @@ -237,6 +237,8 @@ calliter_iternext(calliterobject *it) return NULL; } +/* A shrubbery */ + static PyObject * calliter_reduce(calliterobject *it) {