8000 Refactor to latest multibuild · MacPython/matplotlib-wheels@5ea7194 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 5ea7194

Browse files
committed
Refactor to latest multibuild
1 parent afaabb0 commit 5ea7194

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.travis.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,58 +15,64 @@ env:
1515
"hKf07zeIRvEMH9qWUkkmFHu768HZdI+EOCO99KjsAjbwa7QdUSwZ9XZKCcyNiym5iyrIBWHywyEtO0wk/LsTxhNZGZQP0nJbyTSSy4VGMQmpIx1sVmDKtrykVJaxCfXqpYYDttBTC4TyvxW/3LyuqBfbU14R4uoSFY/mK+QIJ0A="
1616

1717
language: python
18+
# Default Python version is usually 2.7
19+
python: 3.5
1820
sudo: required
1921
dist: trusty
2022
services: docker
2123

2224
matrix:
25+
exclude:
26+
# Exclude the default Python 3.5 build
27+
- python: 3.5
2328
include:
2429
- os: linux
25-
python: 2.7
30+
env:
31+
- MB_PYTHON_VERSION=2.7
2632
- os: linux
27-
python: 2.7
2833
env:
34+
- MB_PYTHON_VERSION=2.7
2935
- UNICODE_WIDTH=16
3036
- os: linux
31-
python: 2.7
3237
env:
38+
- MB_PYTHON_VERSION=2.7
3339
- PLAT=i686
3440
- os: linux
35-
python: 2.7
3641
env:
42+
- MB_PYTHON_VERSION=2.7
3743
- PLAT=i686
3844
- UNICODE_WIDTH=16
3945
- os: linux
40-
python: 3.4
4146
env:
47+
- MB_PYTHON_VERSION=3.4
4248
- NP_BUILD_DEP="1.7.1"
4349
- os: linux
44-
python: 3.4
4550
env:
51+
- MB_PYTHON_VERSION=3.4
4652
- PLAT=i686
4753
- NP_BUILD_DEP="1.7.1"
4854
- os: linux
49-
python: 3.5
5055
env:
56+
- MB_PYTHON_VERSION=3.5
5157
- NP_BUILD_DEP="1.9.3"
5258
- os: linux
53-
python: 3.5
5459
env:
60+
- MB_PYTHON_VERSION=3.5
5561
- PLAT=i686
5662
- NP_BUILD_DEP="1.9.3"
5763
- os: osx
5864
language: objective-c
5965
env:
60-
- TRAVIS_PYTHON_VERSION=2.7
66+
- MB_PYTHON_VERSION=2.7
6167
- os: osx
6268
language: objective-c
6369
env:
64-
- TRAVIS_PYTHON_VERSION=3.4
70+
- MB_PYTHON_VERSION=3.4
6571
- NP_BUILD_DEP="1.7.1"
6672
- os: osx
6773
language: objective-c
6874
env:
69-
- TRAVIS_PYTHON_VERSION=3.5
75+
- MB_PYTHON_VERSION=3.5
7076
- NP_BUILD_DEP="1.9.3"
7177

7278
before_install:

0 commit comments

Comments
 (0)
0