summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-09 13:36:42 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-09 13:36:42 +0200
commit96dfa124909f1334974dfd6f3519b145acc2c155 (patch)
treecdb4bd90edbe699bcc46a3e07d5cc34991236559
parent17790802c6f3f31b30ad36f4a163eacf8eb6049e (diff)
install python with brew on macosx
-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