Skip to content

Commit 5f9db8a

Browse files
authored
Merge pull request #6138 from blueyed/ci-py38
ci: Travis: remove py38 from allowed failures; do not use "-dev"
2 parents 990d75b + 957adbb commit 5f9db8a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- env: TOXENV=py37-freeze
6161

6262
- env: TOXENV=py38-xdist
63-
python: '3.8-dev'
63+
python: '3.8'
6464

6565
- stage: baseline
6666
env: TOXENV=py36-xdist
@@ -94,11 +94,6 @@ jobs:
9494
tags: true
9595
repo: pytest-dev/pytest
9696

97-
matrix:
98-
allow_failures:
99-
- python: '3.8-dev'
100-
env: TOXENV=py38-xdist
101-
10297
before_script:
10398
- |
10499
# Do not (re-)upload coverage with cron runs.

0 commit comments

Comments
 (0)