Skip to content

Commit

Permalink
Re-generate travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaafm committed Nov 3, 2019
1 parent dcbf9a8 commit 0e2e469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ matrix:
- env:
- TOXENV=py38
python: '3.8'
- env:
- TOXENV=pypy3
- TOXPYTHON=pypy3
python: 'pypy3'
before_install:
- python --version
- uname -a
Expand Down
1 change: 1 addition & 0 deletions ci/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ def main():
else:
print("Unexpected arguments {0}".format(args), file=sys.stderr)
sys.exit(1)

2 changes: 2 additions & 0 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ matrix:
{%- if env.startswith('pypy3') %}{{ '' }}
- TOXPYTHON=pypy3
python: 'pypy3'
{%- elif env.startswith('pypy') %}{{ '' }}
python: 'pypy'
{%- else %}{{ '' }}
python: '{{ '{0[2]}.{0[3]}'.format(env) }}'
{%- endif %}
Expand Down

0 comments on commit 0e2e469

Please sign in to comment.