summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-07 11:29:32 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-07 11:29:32 +0200
commit0ddf9e3323343d4a83e43b80a162f87f23f6219b (patch)
treecf3b0c8c58de62e3372e28191fc21ec95900e1bb
parent5cb196f0d9af2f100903e160807b58fddcfcaeed (diff)
last osx test
-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