From 6f06c08b06fbe7c747f227792c3f80349d389180 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Tue, 20 Mar 2018 19:50:36 -0400 Subject: [PATCH] use brew upgrade to get py3k in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db0de6b..4e839dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: os: osx before_install: - brew update - - brew install python3 + - brew upgrade python - virtualenv env -p python3 - source env/bin/activate - language: python