Fix OS X build on Travis
This commit is contained in:
parent
155ebce687
commit
de368c98d8
@ -21,7 +21,7 @@ matrix:
|
|||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; brew install pip; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi
|
||||||
- pip install pyflakes
|
- pip install pyflakes
|
||||||
- pip install pep8
|
- pip install pep8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user