remove python from mac installation
This commit is contained in:
parent
55dad2903e
commit
848dfd8a8a
|
@ -89,7 +89,6 @@ before_install:
|
||||||
# Sass language support
|
# Sass language support
|
||||||
- gem install sass
|
- gem install sass
|
||||||
# Python language support
|
# 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
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo chmod 777 -R /opt/python; fi
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install --upgrade autopep8
|
- pip install --upgrade autopep8
|
||||||
|
|
Loading…
Reference in New Issue