Skip to content

Commit da7fa44

Browse files
committed
Skip producing wheels for python2.7 on arm (not supported on the manylinux2014 image).
1 parent 60e3200 commit da7fa44

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ matrix:
3232
env:
3333
- TOXENV=py27-nocov
3434
- WHEEL_PATH=.tox/dist
35-
- env:
36-
- TOXENV=py27-nocov
37-
- WHEEL_MANYLINUX="2014-arm cp27"
38-
python: '2.7'
39-
arch: arm64
4035
- env:
4136
- TOXENV=py27-nocov
4237
- WHEEL_MANYLINUX="1 cp27"

ci/templates/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
{%- endif %}
2626
{%- endif %}{{ '' }}
2727
{%- for arch in ['arm64', 'amd64'] %}{{ '' }}
28-
{%- if 'pypy' not in env %}{{ '' }}
28+
{%- if 'pypy' not in env and (arch == 'amd64' or env.startswith('py3') or 'cover' in env) %}{{ '' }}
2929
- env:
3030
- TOXENV={{ env }}{% if 'cover' in env %},codecov,extension-coveralls,coveralls{% endif %}
3131
{%- if 'pypy' not in env and 'nocov' in env %}{{ '' }}

0 commit comments

Comments
 (0)