Skip to content

Commit

Permalink
Fix OS X CI
Browse files Browse the repository at this point in the history
Do not `brew install` python on OS X, it's already installed on the
new image Travis uses.
  • Loading branch information
mpeterv committed Oct 27, 2016
1 parent 012172c commit 3af691e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3af691e

Please sign in to comment.