Skip to content

Commit d834514

Browse files
committedMay 1, 2021
Cleanup of Travis build matrix (32bit not working because ccache is not available in manylinux2014, python 2.7mu not available in manylinux2014)
1 parent 1285868 commit d834514

File tree

1 file changed

+0
-115
lines changed

1 file changed

+0
-115
lines changed
 

‎.travis.yml

-115
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,6 @@ matrix:
2424
directories:
2525
- ccache
2626

27-
- name: "cp39-cp39m-manylinux2014_i686.whl"
28-
os: linux
29-
sudo: true
30-
services:
31-
- docker
32-
env:
33-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
34-
- PY_VERSION="cp39-cp39"
35-
- DOCKER_BUILD=true
36-
- MATRIX_EVAL=""
37-
cache:
38-
directories:
39-
- ccache
40-
4127
- name: "cp38-cp38m-manylinux2014_x86_64.whl"
4228
os: linux
4329
sudo: true
@@ -55,20 +41,6 @@ matrix:
5541
directories:
5642
- ccache
5743

58-
- name: "cp38-cp38m-manylinux2014_i686.whl"
59-
os: linux
60-
sudo: true
61-
services:
62-
- docker
63-
env:
64-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
65-
- PY_VERSION="cp38-cp38"
66-
- DOCKER_BUILD=true
67-
- MATRIX_EVAL=""
68-
cache:
69-
directories:
70-
- ccache
71-
7244
- name: "cp37-cp37m-manylinux2014_x86_64.whl"
7345
os: linux
7446
sudo: true
@@ -86,20 +58,6 @@ matrix:
8658
directories:
8759
- ccache
8860

89-
- name: "cp37-cp37m-manylinux2014_i686.whl"
90-
os: linux
91-
sudo: true
92-
services:
93-
- docker
94-
env:
95-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
96-
- PY_VERSION="cp37-cp37m"
97-
- DOCKER_BUILD=true
98-
- MATRIX_EVAL=""
99-
cache:
100-
directories:
101-
- ccache
102-
10361
- name: "cp36-cp36m-manylinux2014_x86_64.whl"
10462
os: linux
10563
sudo: true
@@ -117,20 +75,6 @@ matrix:
11775
directories:
11876
- ccache
11977

120-
- name: "cp36-cp36m-manylinux2014_i686.whl"
121-
os: linux
122-
sudo: true
123-
services:
124-
- docker
125-
env:
126-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
127-
- PY_VERSION="cp36-cp36m"
128-
- DOCKER_BUILD=true
129-
- MATRIX_EVAL=""
130-
cache:
131-
directories:
132-
- ccache
133-
13478
- name: "cp35-cp35m-manylinux2014_x86_64.whl"
13579
os: linux
13680
sudo: true
@@ -148,51 +92,6 @@ matrix:
14892
directories:
14993
- ccache
15094

151-
- name: "cp35-cp35m-manylinux2014_i686.whl"
152-
os: linux
153-
sudo: true
154-
services:
155-
- docker
156-
env:
157-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
158-
- PY_VERSION="cp35-cp35m"
159-
- DOCKER_BUILD=true
160-
- MATRIX_EVAL=""
161-
cache:
162-
directories:
163-
- ccache
164-
165-
- name: "cp27-cp27mu-manylinux2014_x86_64.whl"
166-
os: linux
167-
sudo: true
168-
language: python
169-
python: '2.7'
170-
services:
171-
- docker
172-
env:
173-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_x86_64"
174-
- PY_VERSION="cp27-cp27mu"
175-
- DOCKER_BUILD=true
176-
- TEST_IN_HOST=true
177-
- MATRIX_EVAL=""
178-
cache:
179-
directories:
180-
- ccache
181-
182-
- name: "cp27-cp27mu-manylinux2014_i686.whl"
183-
os: linux
184-
sudo: true
185-
services:
186-
- docker
187-
env:
188-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
189-
- PY_VERSION="cp27-cp27mu"
190-
- DOCKER_BUILD=true
191-
- MATRIX_EVAL=""
192-
cache:
193-
directories:
194-
- ccache
195-
19695
- name: "cp27-cp27m-manylinux2014_x86_64.whl"
19796
os: linux
19897
sudo: true
@@ -210,20 +109,6 @@ matrix:
210109
directories:
211110
- ccache
212111

213-
- name: "cp27-cp27m-manylinux2014_i686.whl"
214-
os: linux
215-
sudo: true
216-
services:
217-
- docker
218-
env:
219-
- DOCKER_IMAGE="quay.io/pypa/manylinux2014_i686"
220-
- PY_VERSION="cp27-cp27m"
221-
- DOCKER_BUILD=true
222-
- MATRIX_EVAL=""
223-
cache:
224-
directories:
225-
- ccache
226-
227112
# python 3 osx
228113

229114
# MacOS 10.15

0 commit comments

Comments
 (0)
Please sign in to comment.