summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis/before_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index cfa3fdc..edd6eee 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -4,8 +4,8 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# Install some custom requirements on OS X
# e.g. brew install pyenv-virtualenv
- brew update
- brew install python
+ #brew update
+ #brew install python
else