Revert "include osx in travis build"
This commit is contained in:
parent
445d940968
commit
cd4e440c32
18
.travis.yml
18
.travis.yml
@ -1,20 +1,14 @@
|
|||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: osx
|
|
||||||
language: generic
|
|
||||||
before_install:
|
|
||||||
- brew update
|
|
||||||
- brew install libxml2 qt qt4 pyqt5
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
addons:
|
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