Add osx to .travis file
This commit is contained in:
parent
f48e13ad5f
commit
98188d2891
15
.travis.yml
15
.travis.yml
@ -66,5 +66,20 @@ matrix:
|
|||||||
- make qt5py3
|
- make qt5py3
|
||||||
- xvfb-run make testpy3
|
- 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:
|
script:
|
||||||
- exit 0
|
- exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user