summaryrefslogtreecommitdiff
path: root/.travis/before_install.sh
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-24 10:56:49 +0200
committerGitHub <noreply@github.com>2020-04-24 10:56:49 +0200
commitb53fb23b538e0b7f6498bc217f02adac3c8f7d07 (patch)
tree0ba34df939d25280675facd9434463951d4245a4 /.travis/before_install.sh
parent1d3d2d055fcf284279a155061d5250198a2c1848 (diff)
parentfa88aa90dc001ad7cc39e667d9e54eb9053163df (diff)
Merge pull request #150 from agramfort/rm_travis
[WIP] rm travis
Diffstat (limited to '.travis/before_install.sh')
-rwxr-xr-x.travis/before_install.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
deleted file mode 100755
index 0ae6249..0000000
--- a/.travis/before_install.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
-
- # Install some custom requirements on OS X
- # e.g. brew install pyenv-virtualenv
- #brew update
- #brew install python
- sudo easy_install -U pip
-
-else
- # Install some custom requirements on Linux
- sudo apt-get update -q
- sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev
-fi