summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <dylan.araps@gmail.com>2017-09-12 08:46:03 +1000
committerdylan araps <dylan.araps@gmail.com>2017-09-12 08:46:03 +1000
commit93ea9b519e0c741e937f3374adce7e1939614099 (patch)
tree20493a7137c381dd9203032d77b17bb406c0b1ae
parent50c6ba020572f438aa608035224cc3de73f0e2ee (diff)
travis: Fix macOS
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ec3221..07b67cc 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