include osx in travis build

This commit is contained in:
Ryan Flynn 2016-12-28 19:45:01 -05:00
parent 27bc319fba
commit d8c8016dcc

View File

@ -1,14 +1,20 @@
language: python
python:
- "2.7"
addons:
apt:
packages:
- cmake
- pyqt4-dev-tools
matrix:
include:
- os: osx
language: generic
before_install:
- brew update
- brew install libxml2 qt qt4 pyqt5
- os: linux
dist: trusty
sudo: required
language: python
python: 2.7
addons:
apt:
packages:
- cmake
- pyqt4-dev-tools
# command to install dependencies
#install: "pip install --user -r requirements.txt"
# command to run tests
script: make all