travis: Fix macOS

This commit is contained in:
dylan araps 2017-09-12 08:46:03 +10:00
parent 50c6ba0205
commit 93ea9b519e

View File

@ -5,11 +5,9 @@ matrix:
- os: osx - os: osx
language: generic language: generic
before_install: before_install:
- brew update
- brew install imagemagick - brew install imagemagick
- brew install python3 - brew install python3
- virtualenv env -p python3 - brew link --overwite python3
- source env/bin/activate
- os: linux - os: linux
python: 3.5 python: 3.5
- os: linux - os: linux