Skip to content

Commit

Permalink
Remove redundant condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 23, 2020
1 parent e107af0 commit 3b081a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ matrix:
- TOXENV={{ env }}{% if 'cover' in env %},codecov,extension-coveralls,coveralls{% endif %}
{%- if 'pypy' not in env and 'nocov' in env %}{{ '' }}
- WHEEL_MANYLINUX="{% if arch == 'arm64' %}2014-arm{% else %}1{% endif %}{{ '' }} cp{{ env.split('-')[0][2:] }}"
{%- elif 'pypy' not in env and 'nocov' in env %}{{ '' }}
- WHEEL_PATH=.tox/dist
{%- endif %}
{%- if env.startswith('pypy3') %}{{ '' }}
- TOXPYTHON=pypy3
Expand Down

0 comments on commit 3b081a2

Please sign in to comment.