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-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)"
43
46
44
47
- env:
45
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"
@@ -62,9 +65,12 @@ matrix:
62
65
- mysql
63
66
- postgresql
64
67
allow_failures:
65
-
- dist: bionic
66
-
python: 3.9-dev
67
-
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:
68
74
- JOB="3.9-dev" PATTERN="(not slow and not network)"
0 commit comments