Merge pull request #40 from rflynn/build-osx-travis
include osx in travis build
This commit is contained in:
commit
831d5f33f0
20
.travis.yml
20
.travis.yml
@ -1,14 +1,20 @@
|
|||||||
language: python
|
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
|
|
||||||
addons:
|
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:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- pyqt4-dev-tools
|
- pyqt4-dev-tools
|
||||||
|
|
||||||
# command to install dependencies
|
|
||||||
#install: "pip install --user -r requirements.txt"
|
|
||||||
# command to run tests
|
|
||||||
script: make all
|
script: make all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user