From 335114d96ec7212de7d3d6948726eeaba7a4156d Mon Sep 17 00:00:00 2001 From: Madhava Jay Date: Sat, 24 Mar 2018 15:44:46 -0300 Subject: [PATCH] Fixing travis python issues --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86e27992..51ca5f57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,9 +69,9 @@ matrix: # Pipenv Python 3 + QT5 - Build .app - os: osx language: generic - python: "3.5" + python: "3.6" before_install: - - brew install python3 + - brew upgrade python - pip install pipenv - pipenv --three - pipenv shell