Merge pull request #6138 from blueyed/ci-py38

ci: Travis: remove py38 from allowed failures; do not use "-dev"
This commit is contained in:
Daniel Hahler 2019-11-06 14:19:14 +01:00 committed by GitHub
commit 5f9db8a017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -60,7 +60,7 @@ jobs:
- env: TOXENV=py37-freeze
- env: TOXENV=py38-xdist
python: '3.8-dev'
python: '3.8'
- stage: baseline
env: TOXENV=py36-xdist
@ -94,11 +94,6 @@ jobs:
tags: true
repo: pytest-dev/pytest
matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38-xdist
before_script:
- |
# Do not (re-)upload coverage with cron runs.