travis: Fix osx bug

This commit is contained in:
dylan araps 2017-10-12 09:24:16 +11:00
parent c0c2eeaf9f
commit b55c37ac14

View File

@ -5,6 +5,7 @@ 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 - virtualenv env -p python3