Skip to content

Commit

Permalink
Skip producing wheels for python2.7 on arm (not supported on the many…
Browse files Browse the repository at this point in the history
…linux2014 image).
  • Loading branch information
ionelmc committed Jul 22, 2020
1 parent 60e3200 commit da7fa44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ matrix:
env:
- TOXENV=py27-nocov
- WHEEL_PATH=.tox/dist
- env:
- TOXENV=py27-nocov
- WHEEL_MANYLINUX="2014-arm cp27"
python: '2.7'
arch: arm64
- env:
- TOXENV=py27-nocov
- WHEEL_MANYLINUX="1 cp27"
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
{%- endif %}
{%- endif %}{{ '' }}
{%- for arch in ['arm64', 'amd64'] %}{{ '' }}
{%- if 'pypy' not in env %}{{ '' }}
{%- if 'pypy' not in env and (arch == 'amd64' or env.startswith('py3') or 'cover' in env) %}{{ '' }}
- env:
- TOXENV={{ env }}{% if 'cover' in env %},codecov,extension-coveralls,coveralls{% endif %}
{%- if 'pypy' not in env and 'nocov' in env %}{{ '' }}
Expand Down

0 comments on commit da7fa44

Please sign in to comment.