From 9e29af138f94d62873f9a63a394ad56ff2bc7792 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 18 Aug 2016 14:43:55 -0700 Subject: [PATCH] Turn on Mac OS X testing in Travis. NOTE: This feature is still in beta according to https://docs.travis-ci.com/user/multi-os/ --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 68313fc2f37f..c8409e630e49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python sudo: false +os: + - linux + - osx + install: - pip install --upgrade pip - pip install --upgrade tox