From 385fa79435a48c36f3064fb32a10a5b8132605d9 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 16:27:02 +0100 Subject: [PATCH] Use brew only on osx --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ed893d2..1aed2124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ language: python python: - 3.4 before_install: - - brew update - - brew install python3 + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew update; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew install python3; fi install: - pip install tox script: