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:
parent
012172c020
commit
3af691efe9
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user