forked from Kojoley/atari-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
52 lines (39 loc) · 881 Bytes
/
.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
env:
global:
- REPO_DIR=.
- BUILD_COMMIT=$TRAVIS_COMMIT
- PLAT=x86_64
install:
- git clone https://github.com/matthew-brett/multibuild && cd multibuild && git checkout 254ad28 && cd ..
- . multibuild/common_utils.sh
- . multibuild/travis_steps.sh
- before_install
- build_wheel $REPO_DIR $PLAT
script:
- install_run $PLAT
after_success:
- ./deploy.sh
matrix:
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.5
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- os: osx
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.5
- DEPLOY_SDIST=true
- os: osx
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.6
- os: osx
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.7