Skip to content

Commit

Permalink
#7
Browse files Browse the repository at this point in the history
  • Loading branch information
j0kaso committed Jul 16, 2017
1 parent b5b56f6 commit ba3887e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ env:
- python=3.3
- python=3.5

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python$TRAVIS_PYTHON_VERSION; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then virtualenv venv -p python$TRAVIS_PYTHON_VERSION; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi

install:
- sudo apt-get update

- source devtools/travis-ci/install_miniconda.sh
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit ba3887e

Please sign in to comment.