Skip to content

Commit

Permalink
Travis CI: Test on Python 3.8 final
Browse files Browse the repository at this point in the history
And don't allow to fail.
  • Loading branch information
hugovk committed Nov 24, 2019
1 parent be80b6e commit 4e1dbe3
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .travis.yml
Expand Up @@ -12,8 +12,6 @@ stages:
- tests
matrix:
fast_finish: true
allow_failures:
- python: '3.8-dev'
jobs:
include:
- stage: lint
Expand Down Expand Up @@ -118,29 +116,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

0 comments on commit 4e1dbe3

Please sign in to comment.