Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI: Test on Python 3.8 final #367

Merged
merged 1 commit into from Nov 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ stages:
matrix:
fast_finish: true
allow_failures:
- python: '3.8-dev'
- python: '3.8'
jobs:
include:
- stage: lint
Expand Down Expand Up @@ -118,29 +118,29 @@ jobs:
- env: TOXENV=py37-pytest52-xdist30-coverage50
python: '3.7'
- env: TOXENV=py38-pytest46-xdist29-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest46-xdist29-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest46-xdist30-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest46-xdist30-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest51-xdist29-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest51-xdist29-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest51-xdist30-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest51-xdist30-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest52-xdist29-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest52-xdist29-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest52-xdist30-coverage45
python: '3.8-dev'
python: '3.8'
- env: TOXENV=py38-pytest52-xdist30-coverage50
python: '3.8-dev'
python: '3.8'
- env: TOXENV=pypy3-pytest46-xdist29-coverage45
python: 'pypy3'
- env: TOXENV=pypy3-pytest46-xdist29-coverage50
Expand Down
4 changes: 1 addition & 3 deletions ci/templates/.travis.yml
Expand Up @@ -12,7 +12,7 @@ stages:
matrix:
fast_finish: true
allow_failures:
- python: '3.8-dev'
- python: '3.8'
jobs:
include:
- stage: lint
Expand All @@ -27,8 +27,6 @@ jobs:
python: 'pypy'
{% elif env.startswith("pypy3-") %}
python: 'pypy3'
{% elif env.startswith("py38-") %}
python: '3.8-dev'
{% else %}
python: '{{ "{0[2]}.{0[3]}".format(env) }}'
{% endif -%}
Expand Down