remove python from mac installation

This commit is contained in:
fscherwi 2016-10-31 14:31:24 +01:00 committed by GitHub
parent 55dad2903e
commit 848dfd8a8a
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