Skip to content

Commit

Permalink
Use brew upgrade python (due to Homebrew changing package names)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Mar 6, 2018
1 parent ba99249 commit 63b54b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ matrix:
python: '3.6'
before_install:
- brew update
- brew install python3
- brew upgrade python
- pip3 install virtualenv
- python3 -m virtualenv nikola-tests-venv
- source nikola-tests-venv/bin/activate
Expand Down

0 comments on commit 63b54b5

Please sign in to comment.