travis: Fix macos builds

This commit is contained in:
dylan araps 2017-09-25 08:51:24 +10:00
parent 93ea9b519e
commit d56bcf2002

View File

@ -7,7 +7,8 @@ matrix:
before_install: before_install:
- brew install imagemagick - brew install imagemagick
- brew install python3 - brew install python3
- brew link --overwite python3 - virtualenv env -p python3
- source env/bin/activate
- os: linux - os: linux
python: 3.5 python: 3.5
- os: linux - os: linux