Skip to content

Commit

Permalink
mac builds not using correct python versions yet
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed May 4, 2017
1 parent c512112 commit 7c38047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -19,10 +19,12 @@ matrix:
env: PYVERSION='3.6.0'

before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew install check; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew upgrade pyenv; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then eval "$(pyenv init -)"; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pyenv install $PYVERSION; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pyenv global $PYVERSION; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then pyenv versions; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then python --version; fi
- pip install twine
- pip install -r requirements.txt
Expand Down

0 comments on commit 7c38047

Please sign in to comment.