Merge pull request #1311 from fscherwi/patch-2

Remove Python from Mac installation in Travis CI
This commit is contained in:
Glavin Wiechert 2016-12-28 23:59:00 -04:00 committed by GitHub
commit fe5f6158f5
1 changed files with 0 additions and 1 deletions

View File

@ -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