Add osx to .travis file

This commit is contained in:
Madhava Jay 2018-03-24 15:33:24 -03:00 committed by darrenl
parent f48e13ad5f
commit 98188d2891

View File

@ -66,5 +66,20 @@ matrix:
- make qt5py3
- xvfb-run make testpy3
# Pipenv Python 3 + QT5 - Build .app
- os: osx
language: generic
python: "3.5"
before_install:
- brew install python3
- pip install pipenv
- pipenv --three
- pipenv shell
- pip install pyqt5 lxml
- make qt5py3
- rm -rf build dist
- python setup.py py2app
- xvfb-run make testpy3
script:
- exit 0