Skip to content

Commit

Permalink
Use Python 3 from Homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 8, 2017
1 parent a64dcac commit 8abf6b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -20,13 +20,14 @@ matrix:
include:
- os: osx
language: generic
env: NMODE=nikola
env: NMODE=nikola OS=macOS
python: '3.6'
before_install:
- brew upgrade pyenv
- eval "$(pyenv init -)"
- pyenv install 3.6.1
- pyenv global 3.6.1
- brew install python3
- pip3 install virtualenv
- python3 -m virtualenv nikola-tests-venv
- source nikola-tests-venv/bin/activate
- pip install --upgrade pip wheel
- python: '3.6'
env: NMODE=flake8
env:
Expand Down

0 comments on commit 8abf6b7

Please sign in to comment.