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
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
30
37
- env:
31
38
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
32
39
33
40
- env:
34
41
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
35
42
43
+
- arch: arm64
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)"
46
+
36
47
- env:
37
48
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
38
49
services:
@@ -53,11 +64,18 @@ matrix:
53
64
services:
54
65
- mysql
55
66
- postgresql
67
+
allow_failures:
68
+
- arch: arm64
69
+
env:
70
+
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
71
+
- dist: bionic
72
+
python: 3.9-dev
73
+
env:
74
+
- JOB="3.9-dev" PATTERN="(not slow and not network)"
0 commit comments