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.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
40
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
+
41
47
- env:
42
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"
43
49
services:
@@ -59,9 +65,12 @@ matrix:
59
65
- mysql
60
66
- postgresql
61
67
allow_failures:
62
-
- dist: bionic
63
-
python: 3.9-dev
64
-
env:
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:
65
74
- JOB="3.9-dev" PATTERN="(not slow and not network)"
0 commit comments