8000 MAINT: allow failures for i386 builds · MacPython/matplotlib-wheels@6cd8fa6 · 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 6cd8fa6

Browse files
committed
MAINT: allow failures for i386 builds
1 parent 58efe0e commit 6cd8fa6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,32 @@ matrix:
9696
- MB_PYTHON_VERSION=3.6
9797
- NP_BUILD_DEP="1.11.3"
9898
- NP_TEST_DEP="1.11.3"
99+
allow_failures:
100+
- os: linux
101+
env:
102+
- MB_PYTHON_VERSION=2.7
103+
- PLAT=i686
104+
- os: linux
105+
env:
106+
- MB_PYTHON_VERSION=2.7
107+
- PLAT=i686
108+
- UNICODE_WIDTH=16
109+
- os: linux
110+
env:
111+
- MB_PYTHON_VERSION=3.4
112+
- PLAT=i686
113+
- NP_BUILD_DEP="1.7.1"
114+
- os: linux
115+
env:
116+
- MB_PYTHON_VERSION=3.5
117+
- PLAT=i686
118+
- NP_BUILD_DEP="1.9.3"
119+
- os: linux
120+
env:
121+
- MB_PYTHON_VERSION=3.6
122+
- PLAT=i686
123+
- NP_BUILD_DEP="1.11.3"
124+
- NP_TEST_DEP="1.11.3"
99125

100126
before_install:
101127
- if [ -z "$DAILY_COMMIT" ]; then

0 commit comments

Comments
 (0)
0