diff --git a/.travis.yml b/.travis.yml index d2ad135..3a0a043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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