From 3af691efe9d00fefe33911a4aee576f78341479d Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 27 Oct 2016 20:09:11 +0300 Subject: [PATCH] Fix OS X CI Do not `brew install` python on OS X, it's already installed on the new image Travis uses. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2002c14..e6b4ae4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ matrix: language: generic install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi - pip install pyflakes pep8 coverage coveralls nose script: