From 121f7cc678d57c0bde0d37e0a57e9399788b1392 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 31 Mar 2018 12:36:27 +0200 Subject: [PATCH] Fix macos python3 test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d1465fb..a9d61238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: - "PYTHON=python3" before_install: - brew update - - brew install python3 + - brew outdated python || brew upgrade python script: - |