travis: Fix macOS

This commit is contained in:
Dylan Araps 2018-03-04 08:35:29 +11:00
parent dafaa06389
commit fdec2b3a3c

View File

@ -7,7 +7,7 @@ matrix:
before_install: before_install:
- brew update - brew update
- brew install imagemagick - brew install imagemagick
- brew install python3 - brew upgrade python
- virtualenv env -p python3 - virtualenv env -p python3
- source env/bin/activate - source env/bin/activate
- os: linux - os: linux