summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-04 08:44:48 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-04 08:44:48 +1100
commita1eb76048946d10a1c8c123ab149419d52a3e755 (patch)
tree4caa9ef7d2be8460c81f3969009b78d47029d216 /.travis.yml
parentda893b6a380fcee6cc0b6bc15251352ab10c0994 (diff)
travis: Remove macOS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
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