forked from sbmlteam/python-libsbml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
74 lines (66 loc) · 1.27 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
language: python
python: 3.5
sudo: required
dist: trusty
services: docker
env:
global:
- PLAT=x86_64
git:
depth: 1
branches:
only:
- master
matrix:
fast_finish: true
exclude:
- python: 3.5
include:
- os: linux
env:
- MB_PYTHON_VERSION=2.7
- os: linux
env:
- MB_PYTHON_VERSION=3.4
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- os: osx
language: objective-c
env:
- MB_PYTHON_VERSION=2.7
- os: osx
language: objective-c
env:
- MB_PYTHON_VERSION=3.4
- os: osx
language: objective-c
env:
- MB_PYTHON_VERSION=3.5
- os: osx
language: objective-c
env:
- MB_PYTHON_VERSION=3.6
before_install:
- (travis_retry git clone https://github.com/matthew-brett/multibuild.git && cd multibuild && git checkout e6ebbfa);
- TEST_DEPENDS="nose"
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- before_install
- pip install -U pip setuptools wheel tox
install:
- build_wheel . $PLAT
before_cache:
- set +e
script:
- install_run $PLAT
deploy:
provider: script
skip_cleanup: true
script: deploy/deploy.sh
on:
branch: master
tags: true