From 93ea9b519e0c741e937f3374adce7e1939614099 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 12 Sep 2017 08:46:03 +1000 Subject: [PATCH] travis: Fix macOS --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ec3221c..07b67cc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ matrix: - os: osx language: generic before_install: - - brew update - brew install imagemagick - brew install python3 - - virtualenv env -p python3 - - source env/bin/activate + - brew link --overwite python3 - os: linux python: 3.5 - os: linux