Merge pull request #1311 from fscherwi/patch-2
Remove Python from Mac installation in Travis CI
This commit is contained in:
commit
fe5f6158f5
|
@ -89,7 +89,6 @@ before_install:
|
|||
# Sass language support
|
||||
- gem install sass
|
||||
# Python language support
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo chmod 777 -R /opt/python; fi
|
||||
- pip install --upgrade pip
|
||||
- pip install --upgrade autopep8
|
||||
|
|
Loading…
Reference in New Issue