Skip to content

Commit

Permalink
try to install python on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Sep 10, 2015
1 parent ac7d6be commit 1ad2740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,11 @@ os:
- osx
- linux

before_install:
- if test ${TRAVIS_OS_NAME} = osx; then brew update; fi
- if test ${TRAVIS_OS_NAME} = osx; then brew install python; fi
- if test ${TRAVIS_OS_NAME} = osx; then brew linkapps python; fi

install:
- pip install --upgrade pip
- pip install .
Expand Down

0 comments on commit 1ad2740

Please sign in to comment.