8000 Build i686 wheels without tests · MacPython/matplotlib-wheels@363de83 · 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 363de83

Browse files
committed
Build i686 wheels without tests
1 parent c17cd6d commit 363de83

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

.travis.yml

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
- secure:
1818
"hKf07zeIRvEMH9qWUkkmFHu768HZdI+EOCO99KjsAjbwa7QdUSwZ9XZKCcyNiym5iyrIBWHywyEtO0wk/LsTxhNZGZQP0nJbyTSSy4VGMQmpIx1sVmDKtrykVJaxCfXqpYYDttBTC4TyvxW/3LyuqBfbU14R4uoSFY/mK+QIJ0A="
1919
# Daily commit, if present, overrides BUILD_COMMIT
20-
- DAILY_COMMIT=master
20+
# - DAILY_COMMIT=master
2121

2222
language: python
2323
# Default Python version is usually 2.7
@@ -31,13 +31,6 @@ matrix:
3131
# Exclude the default Python 3.5 build
3232
- python: 3.5
3333
include:
34-
- os: linux
35-
env:
36-
- MB_PYTHON_VERSION=2.7
37-
- os: linux
38-
env:
39-
- MB_PYTHON_VERSION=2.7
40-
- UNICODE_WIDTH=16
4134
- os: linux
4235
env:
4336
- MB_PYTHON_VERSION=2.7
@@ -47,55 +40,22 @@ matrix:
4740
- MB_PYTHON_VERSION=2.7
4841
- PLAT=i686
4942
- UNICODE_WIDTH=16
50-
- os: linux
51-
env:
52-
- MB_PYTHON_VERSION=3.4
53-
- NP_BUILD_DEP="1.7.1"
5443
- os: linux
5544
env:
5645
- MB_PYTHON_VERSION=3.4
5746
- PLAT=i686
5847
- NP_BUILD_DEP="1.7.1"
59-
- os: linux
60-
env:
61-
- MB_PYTHON_VERSION=3.5
62-
- NP_BUILD_DEP="1.9.3"
6348
- os: linux
6449
env:
6550
- MB_PYTHON_VERSION=3.5
6651
- PLAT=i686
6752
- NP_BUILD_DEP="1.9.3"
68-
- os: linux
69-
env:
70-
- MB_PYTHON_VERSION=3.6
71-
- NP_BUILD_DEP="1.11.3"
72-
- NP_TEST_DEP="1.11.3"
7353
- os: linux
7454
env:
7555
- MB_PYTHON_VERSION=3.6
7656
- PLAT=i686
7757
- NP_BUILD_DEP="1.11.3"
7858
- NP_TEST_DEP="1.11.3"
79-
- os: osx
80-
language: generic
81-
env:
82-
- MB_PYTHON_VERSION=2.7
83-
- os: osx
84-
language: generic
85-
env:
86-
- MB_PYTHON_VERSION=3.4
87-
- NP_BUILD_DEP="1.7.1"
88-
- os: osx
89-
language: generic
90-
env:
91-
- MB_PYTHON_VERSION=3.5
92-
- NP_BUILD_DEP="1.9.3"
93-
- os: osx
94-
language: generic
95-
env:
96-
- MB_PYTHON_VERSION=3.6
97-
- NP_BUILD_DEP="1.11.3"
98-
- NP_TEST_DEP="1.11.3"
9959

10060
before_install:
10161
- if [ -z "$DAILY_COMMIT" ]; then
@@ -123,7 +83,8 @@ script:
12383
# increase number of open files allowed for tests, on OSX
12484
# https://github.com/matplotlib/matplotlib/issues/3315
12585
- ulimit -n 4096
126-
- install_run $PLAT
86+
# - install_run $PLAT
87+
- CONTAINER="extra-wheels"
12788

12889
after_success:
12990
# Upload wheels to Rackspace container

0 commit comments

Comments
 (0)
0