You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-8
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ matrix:
42
42
43
43
- arch: arm64
44
44
env:
45
-
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
45
+
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
46
46
47
47
- env:
48
48
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
@@ -58,13 +58,6 @@ matrix:
58
58
services:
59
59
- mysql
60
60
- postgresql
61
-
allow_failures:
62
-
- arch: arm64
63
-
env:
64
-
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
65
-
- dist: bionic
66
-
env:
67
-
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
0 commit comments