From 1415b1f0b9483b77ddb8d720a92dfec6814cf0f9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 1 May 2016 04:59:51 +0200 Subject: [PATCH] Mark OSX build non-experimental Also override Python list, since we only care about system python (OSX doesn't support yet multiple Python versions), and the current state shows a strange build summary (one build with N python versions). --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb57364..3c6da4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,9 @@ addons: packages: - libattr1-dev -# experimental support for OSX: +# enable OSX support, with only system python: matrix: include: - os: osx language: generic - allow_failures: - - os: osx + python: -- 2.39.2