Skip to content

Commit e11ba01

Browse files
authored
move 3.9 travis build to allowed failuresss (#34894)
1 parent b57e5cc commit e11ba01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ matrix:
6969
env:
7070
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
7171
- dist: bionic
72-
python: 3.9-dev
7372
env:
74-
- JOB="3.9-dev" PATTERN="(not slow and not network)"
73+
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
74+
7575

7676
before_install:
7777
- echo "before_install"

0 commit comments

Comments
 (0)