Fix OS X CI

Do not `brew install` python on OS X, it's already installed on the
new image Travis uses.
This commit is contained in:
Peter Melnichenko 2016-10-27 20:09:11 +03:00
parent 012172c020
commit 3af691efe9

View File

@ -12,7 +12,6 @@ matrix:
language: generic language: generic
install: install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi
- pip install pyflakes pep8 coverage coveralls nose - pip install pyflakes pep8 coverage coveralls nose
script: script: