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)"
39
42
40
-
- arch: arm64
41
-
env:
42
-
- JOB="3.7" ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
43
-
44
43
- env:
45
44
- 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"
46
45
services:
@@ -62,9 +61,12 @@ matrix:
62
61
- mysql
63
62
- postgresql
64
63
allow_failures:
65
-
- dist: bionic
66
-
python: 3.9-dev
67
-
env:
64
+
- arch: arm64
65
+
env:
66
+
- JOB="3.7" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
67
+
- dist: bionic
68
+
python: 3.9-dev
69
+
env:
68
70
- JOB="3.9-dev" PATTERN="(not slow and not network)"
0 commit comments