Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Attempt to work around broken Mac Travis builds
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,6 +22,7 @@ matrix: | ||
env: NMODE=nikola OS=macOS | ||
python: '3.6' | ||
before_install: | ||
- brew update | ||
- brew install python3 | ||
- pip3 install virtualenv | ||
- python3 -m virtualenv nikola-tests-venv | ||