Revert "include osx in travis build"

This commit is contained in:
darrenl 2016-12-29 10:20:32 +08:00 committed by GitHub
parent 445d940968
commit cd4e440c32

View File

@ -1,20 +1,14 @@
language: python
python:
- "2.7"
matrix: addons:
include: apt:
- os: osx packages:
language: generic - cmake
before_install: - pyqt4-dev-tools
- 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 script: make all