travis: Remove macOS

This commit is contained in:
Dylan Araps 2018-03-04 08:44:48 +11:00
parent da893b6a38
commit a1eb760489

View File

@ -2,14 +2,6 @@ language: python
matrix:
include:
- os: osx
language: generic
before_install:
- brew update
- brew install imagemagick
- brew upgrade python
- virtualenv env -p python3
- source env/bin/activate
- os: linux
python: 3.5
- os: linux