8000 Add Python 3.6 build for OSX · MacPython/matplotlib-wheels@1bbb522 · 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 1bbb522

Browse files
committed
Add Python 3.6 build for OSX
1 parent 0d78ac6 commit 1bbb522

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
env:
22
global:
33
- REPO_DIR=matplotlib
4-
- BUILD_COMMIT=v2.0.0rc2
4+
- BUILD_COMMIT=v2.x
5+
# These variables filled in further below
56
- BUILD_DEPENDS=
6-
- TEST_DEPENDS="numpy==1.11.0 nose mock sphinx"
7+
- TEST_DEPENDS=
78
- PLAT=x86_64
89
- UNICODE_WIDTH=32
910
- NP_BUILD_DEP=1.7.1
11+
- NP_TEST_DEP=1.11.0
1012
- MANYLINUX_URL=https://nipy.bic.berkeley.edu/manylinux
1113
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1214
# Following generated with
@@ -61,19 +63,25 @@ matrix:
6163
# - PLAT=i686
6264
# - NP_BUILD_DEP="1.9.3"
6365
# - os: osx
64-
# language: objective-c
66+
# language: generic
6567
# env:
6668
# - MB_PYTHON_VERSION=2.7
6769
# - os: osx
68-
# language: objective-c
70+
# language: generic
6971
# env:
7072
# - MB_PYTHON_VERSION=3.4
7173
# - NP_BUILD_DEP="1.7.1"
7274
- os: osx
73-
language: objective-c
75+
language: generic
7476
env:
7577
- MB_PYTHON_VERSION=3.5
7678
- NP_BUILD_DEP="1.9.3"
79+
- os: osx
80+
language: generic
81+
env:
82+
- MB_PYTHON_VERSION=3.6
83+
- NP_BUILD_DEP="1.11.3"
84+
- NP_TEST_DEP="1.11.3"
7785

7886
before_install:
7987
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP"
@@ -90,6 +98,7 @@ install:
9098
- python rm_test_images.py wheelhouse/*.whl
9199

92100
script:
101+
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose mock sphinx"
93102
# increase number of open files allowed for tests, on OSX
94103
# https://github.com/matplotlib/matplotlib/issues/3315
95104
- ulimit -n 4096

0 commit comments

Comments
 (0)
0