This repository was archived by the owner on Apr 16, 2021. It is now read-only.
File tree 1 file changed +14
-5
lines changed 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
global :
3
3
- REPO_DIR=matplotlib
4
- - BUILD_COMMIT=v2.0.0rc2
4
+ - BUILD_COMMIT=v2.x
5
+ # These variables filled in further below
5
6
- BUILD_DEPENDS=
6
- - TEST_DEPENDS="numpy==1.11.0 nose mock sphinx"
7
+ - TEST_DEPENDS=
7
8
- PLAT=x86_64
8
9
- UNICODE_WIDTH=32
9
10
- NP_BUILD_DEP=1.7.1
11
+ - NP_TEST_DEP=1.11.0
10
12
- MANYLINUX_URL=https://nipy.bic.berkeley.edu/manylinux
11
13
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
12
14
# Following generated with
@@ -61,19 +63,25 @@ matrix:
61
63
# - PLAT=i686
62
64
# - NP_BUILD_DEP="1.9.3"
63
65
# - os: osx
64
- # language: objective-c
66
+ # language: generic
65
67
# env:
66
68
# - MB_PYTHON_VERSION=2.7
67
69
# - os: osx
68
- # language: objective-c
70
+ # language: generic
69
71
# env:
70
72
# - MB_PYTHON_VERSION=3.4
71
73
# - NP_BUILD_DEP="1.7.1"
72
74
- os : osx
73
- language : objective-c
75
+ language : generic
74
76
env :
75
77
- MB_PYTHON_VERSION=3.5
76
78
- 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"
77
85
78
86
before_install :
79
87
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP"
@@ -90,6 +98,7 @@ install:
90
98
- python rm_test_images.py wheelhouse/*.whl
91
99
92
100
script :
101
+ - TEST_DEPENDS="numpy==$NP_TEST_DEP nose mock sphinx"
93
102
# increase number of open files allowed for tests, on OSX
94
103
# https://github.com/matplotlib/matplotlib/issues/3315
95
104
- ulimit -n 4096
You can’t perform that action at this time.
0 commit comments