This commit is contained in:
Jakub Roztocil 2016-02-29 16:36:25 +08:00
parent f43e473de1
commit e5e5d0ce6d

View File

@ -28,7 +28,7 @@ script:
install:
- |
if [[ $TRAVIS_OS_NAME == 'osx']]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew install python
fi