From 98188d2891b546cb33b0561327ad7bf610ec0d88 Mon Sep 17 00:00:00 2001 From: Madhava Jay Date: Sat, 24 Mar 2018 15:33:24 -0300 Subject: [PATCH] Add osx to .travis file --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.travis.yml b/.travis.yml index a0f41a9a..86e27992 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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