Fixing travis python issues

This commit is contained in:
Madhava Jay 2018-03-24 15:44:46 -03:00 committed by darrenl
parent 98188d2891
commit 335114d96e

View File

@ -69,9 +69,9 @@ matrix:
# Pipenv Python 3 + QT5 - Build .app # Pipenv Python 3 + QT5 - Build .app
- os: osx - os: osx
language: generic language: generic
python: "3.5" python: "3.6"
before_install: before_install:
- brew install python3 - brew upgrade python
- pip install pipenv - pip install pipenv
- pipenv --three - pipenv --three
- pipenv shell - pipenv shell