Skip to content

Commit

Permalink
Update Python 3.8-dev to 3.8 final
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and ionelmc committed Nov 26, 2019
1 parent be80b6e commit eacdc85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
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

0 comments on commit eacdc85

Please sign in to comment.