Merge pull request #40 from rflynn/build-osx-travis

include osx in travis build
This commit is contained in:
darrenl 2016-12-29 09:29:51 +08:00 committed by GitHub
commit 831d5f33f0

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