From 047a58238d3538bb1ee677fc75c8dea20141ab7f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 23 Feb 2020 14:22:46 +0200 Subject: [PATCH] Add python3 to homebrew on macOS. The travis-CI builds have been failing and this is an attempt to fix them. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2f7c8ce..0132cf31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ addons: homebrew: - update: true brewfile: true + packages: + - python3 + update: true cache: directories: - $HOME/perl_modules