summaryrefslogtreecommitdiff
path: root/.travis/before_install.sh
diff options
context:
space:
mode:
authorNicolas Courty <ncourty@irisa.fr>2018-05-29 15:10:18 +0200
committerGitHub <noreply@github.com>2018-05-29 15:10:18 +0200
commitec79b791f4f4a62f7c04b7bbf14fe2f5dcbb4c75 (patch)
treef1d991133db4dbaafaaf60853ace166360ab7353 /.travis/before_install.sh
parent27032b6fa0f2f68af3fe4f90e5dcbb68f130a962 (diff)
parentcc981610ba88e0222246aec2fdff903e8b83d918 (diff)
Merge pull request #46 from rflamary/build_macosx
Add Python 3.5 and 3.6 and remove macosx on travis
Diffstat (limited to '.travis/before_install.sh')
-rwxr-xr-x.travis/before_install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index 60d1dcf..0ae6249 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -6,8 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# e.g. brew install pyenv-virtualenv
#brew update
#brew install python
- echo do othing
-
+ sudo easy_install -U pip
else
# Install some custom requirements on Linux