summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis/before_install.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index ce18f12..ddaa142 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -4,10 +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
- echo do nothing
-
+ brew update
+ brew install python
else
# Install some custom requirements on Linux